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
i use pencil in a termux android and apps in there cannot be run sandboxed
running ./node_modules/.bin/electron --no-sandbox ./app
give an error.
I did some research in electron, they did a patch to allow running application in real no sandbox mode,
I reinstalled the latest electron library (npm install electron@latest electron-builder@latest)
I changed just a bit the configuration inside the package.json to allow to pass the breakage and the app run well !
Maybe i suggest to update electron to the most recent