Shucheng Alex Liu
Shucheng Alex Liu
I'm having the same issue. It would be very helpful if someone could take a look at this. Thanks in advance.
@asticode Thanks! The main reason is that my program will try to bind port number 53 with functions like net.ListenUDP which requires root privilege. I would really appreciate any suggestions...
Thanks for your comment. I also tried to separate the program into two separate program, and the front end will execute command line "sudo ./backend_binary" to ask user to input...
Hi, I sort of figured out a way to work around that. But that requires me to manually bundle and package my app. I'm kind of wondering what would be...
Basically I had to use a helper script or helper program to run sudo ./actual_program. I actually figured that using Info.plist I was able to run the program with sudo,...
Hi @asticode On a side note, I'm wondering whether it supports loading other npm packages (just like doing npm install _Package-Name_) Thank you very much