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
How to build my Electron app using this script in package.json. I use this to run the same to run apps for my raspberry pi.
"build --armv7l --linux"
Adding the above to scripts and running shows errors
Error: Application entry file "index.js" in the "[path]/dist/linux-armv7l-unpacked/resources/app.asar" does not exist. Seems like a wrong configuration.
The text was updated successfully, but these errors were encountered:
How to build my Electron app using this script in package.json. I use this to run the same to run apps for my raspberry pi.
"build --armv7l --linux"
Adding the above to scripts and running shows errors
Error: Application entry file "index.js" in the "[path]/dist/linux-armv7l-unpacked/resources/app.asar" does not exist. Seems like a wrong configuration.
The text was updated successfully, but these errors were encountered: