You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey, I want to add .sh scripts to my .AppImage bundle. How can I do it ?
I tried to put my test.sh in /src/assets/bin/test.sh but after I bundled it into .AppImage, and run it with cp.spawn('sudo sh ../../assets/bin/startAP.sh') and it threw an exception.