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 inherited some code from a previous developer, he had been using electron 1.4.2 but I'm 1.6.2.
I've attached my package file. (extension changed from json to txt).
There is also a apckage.json file in the apps folder, (attached as package-apps.txt) package-app.txt
C:\Electron\electron-menubar-mdcl>yarn run dist
yarn run v0.21.3
$ build
No native production dependencies
Packaging for win32 x64 using electron 1.6.2 to dist\win-unpacked
Building NSIS installerInline image 2
Packaging NSIS installer for arch x64
Done in 59.20s.
C:\Electron\electron-menubar-mdcl>
The electron app runs fine in visual studio code but when I try to run the installer it fails with the following message:
I took a look at app.asar and possibly the body section could be the problem?
img src="mdclidea.jpg" width="120" height="100"
just because the jpg is listed but no real reason to think it would be a problem.
Is this a bug or have I messed up somewhere?
Thanks,
Seán
The text was updated successfully, but these errors were encountered:
Hi,
I inherited some code from a previous developer, he had been using electron 1.4.2 but I'm 1.6.2.
I've attached my package file. (extension changed from json to txt).
There is also a apckage.json file in the apps folder, (attached as package-apps.txt)
package-app.txt
package.txt
The app seems to build fine:
The electron app runs fine in visual studio code but when I try to run the installer it fails with the following message:
I took a look at app.asar and possibly the body section could be the problem?
img src="mdclidea.jpg" width="120" height="100"
just because the jpg is listed but no real reason to think it would be a problem.
Is this a bug or have I messed up somewhere?
Thanks,
Seán
The text was updated successfully, but these errors were encountered: