asticode / go-astilectron

Build cross platform GUI apps with GO and HTML/JS/CSS (powered by Electron)
MIT License
4.9k stars 344 forks source link

Run With Sudo #329

Closed roociferSonOfTheMorning closed 3 years ago

roociferSonOfTheMorning commented 3 years ago

Hi again!

When I attempt to run with sudo I get Running as root without --no-sandbox is not supported. Is there anyway I can pass --no-sandbox to the electron command?

Thank you!

asticode commented 3 years ago

Check out this issue

roociferSonOfTheMorning commented 3 years ago

That did it! Thank you, thank you!!!