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
To build installer I run npm run dist on my windows machine.
I don't know if this helps but I have added this code in index.js as well if (require('electron-squirrel-startup')) return;//for handling squirel startup events
The text was updated successfully, but these errors were encountered:
I have built windows installer on my windows machine. It works on my machine well. But it does not work on different windows machine.
The app name appears in "uninstall program and features" list. But it's not there in program files or programs list. Does not appear in search either.
I am using two package.json structure
To build installer I run
npm run dist
on my windows machine.I don't know if this helps but I have added this code in index.js as well
if (require('electron-squirrel-startup')) return;//for handling squirel startup events
The text was updated successfully, but these errors were encountered: