-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Installer not creating application menu entry #1704
Comments
Fixed it by manualy deleting the install folder in |
We don't create shortcuts if previous app exe existed. Is it ok or do you observe something wrong? Ouch — I realize — new installer doesn't create shortcuts because app exe exists, but old uninstaller is not aware about new flags. And deletes existing shortcuts. |
Yeah, and thats a problem if you want users to auto-update :) |
I encountered this too after upgrading my app from My app builds successfully, but when I run @balugege's tip to delete the install folder |
fixed in 19.6.1 @balugege Thanks a lot for reporting this. |
Thanks for fixing it ;) |
The issue started when upgrading electron-builder from version 17.8.0 to 19.5.1
running
npm install
throws two errors:UNMET PEER DEPENDENCY [email protected]
(which i fixed by wrriting "ajv": "5.2.0" to my devDependecies)⚠️ Please use as subcommand: electron-builder install-app-deps
then building my installer with
build --win --ia32 --x64 --publish never
runs as expected. When executing the installer it runs without errors or warnings but still no application menu entry is created. if the program was already installed the entry gets deleted. Therefore auto updating does also not work.package.json
The text was updated successfully, but these errors were encountered: