easy one click run as administrator in macOS #864
mostlydeadd
started this conversation in
Ideas
Replies: 1 comment
-
Also you can create Apple script with Automator app, then place it in Applications. do shell script "/Applications/Hiddify.app/Contents/MacOS/Hiddify" with administrator privileges |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
easy way :
script editor code :
do shell script "sudo /Applications/Hiddify.app/Contents/MacOS/Hiddify" user name "username" password "password" with administrator privileges
Beta Was this translation helpful? Give feedback.
All reactions