-
-
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
Windows installer metadata is incorrect #278
Comments
Have the same bug (probably with 3.1.0) as well. |
@havenchyk regression introduced by commit develar/windows-installer@8f76c91 (branch builder) I added you as collaborator, so, you can fix it and publish electron-winstaller-fixed module because I am on vacation now. |
develar
added a commit
to develar/electron-builder
that referenced
this issue
Apr 1, 2016
develar
added a commit
to develar/electron-builder
that referenced
this issue
Apr 1, 2016
develar
added a commit
to develar/electron-builder
that referenced
this issue
Apr 1, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am generating a Windows installer (on Windows) using version 3.1.1. I noticed that the generated installer has "[object Object]" as the value for both "File description" and "Product name".
The application executable itself has the correct values.
Examining the nuspec template in
node_modules/electron-winstaller-fixed/lib/index.js
shows where the issue might be:The text was updated successfully, but these errors were encountered: