-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
App not appearing in Windows start menu after installation #551
Comments
Only NSIS installer creates shortcuts and start menu without code on your side. For Squirrel.Windows please see #549 (comment) |
Alright, thank you very much! |
We understand that it is not user-friendly, and it is why NSIS was added, but NSIS will not be default windows target until #529 is not fixed. |
BTW, how come it says
|
@YagoGG electron-builder 3 is outdated, please use latest version. |
Great, now it works like a charm! Thanks a lot @develar |
Target: Windows x64
Node.js version: 6.2.2
npm version: 3.9.5
build
field in developmentpackage.json
:I've created an app using Electron, and successfully bundled it in an
.exe
file with electron-builder, using the commandrun
.When I run the generated executable, the application starts with the default installation GIF, as expected.
After the GIF finishes, the app restarts and works properly. It even appears in control panel's programs list.
However, if I look for it in the start menu applications, it isn't there (and searching it by its name only returns the aforementioned
.exe
installer).Because of this, once the app is closed, the only way to open it back is running again the installer.
I'd like to know why does this happen, and how can I solve it.
Thanks!
The text was updated successfully, but these errors were encountered: