hismailbulut / Neoray

Simple and lightweight GUI client for Neovim
MIT License
148 stars 5 forks source link

Question? #42

Closed hosseinkhojany closed 6 months ago

hosseinkhojany commented 1 year ago

it possible to use sudo command to run tun currently neoray using osascript my program will be signed with developer id certifcate p.start("osascript", {"-e", QString("do shell script \"%1\" with administrator privileges") .arg("pkill -2 -U 0 nekobox_core")});

hismailbulut commented 1 year ago

I don't know anything about osascript or applescript. Sorry about that. If they require some sort of support from applications it probably not work. If it is similar to sh it should work.