Skip to content
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

[nsis] Possibility to edit installer name ? #1221

Closed
RilRil opened this issue Feb 7, 2017 · 2 comments · May be fixed by qcif/data-curator#563
Closed

[nsis] Possibility to edit installer name ? #1221

RilRil opened this issue Feb 7, 2017 · 2 comments · May be fixed by qcif/data-curator#563

Comments

@RilRil
Copy link

RilRil commented Feb 7, 2017

  • Version: 13.0.0
  • Target: win32

Hello,
When using NSIS, is it possible to change the name of the installer ?
I explain. Here is a piece of my package.json :

{
 "name": "myapp",
 "productName": "My App",
 "version": "1.0.0",
 }

the installer created is named : "My App Setup 1.0.0.exe". I dont want to put this version number in the name as it is a private version number..
Is there a way to accomplish this ?

thanks for your help !

@RilRil RilRil changed the title Question : Question : possibility to edit installer name ? Feb 7, 2017
@RilRil RilRil changed the title Question : possibility to edit installer name ? Question : [nsis] Possibility to edit installer name ? Feb 7, 2017
@develar develar changed the title Question : [nsis] Possibility to edit installer name ? [nsis] Possibility to edit installer name ? Feb 8, 2017
@develar
Copy link
Member

develar commented Feb 8, 2017

Implemented in upcoming 13.2.0: option nsis.artifactName is added.

develar added a commit to develar/electron-builder that referenced this issue Feb 8, 2017
@RilRil
Copy link
Author

RilRil commented Feb 8, 2017

awesome. it is exactly what I needed. Thanks for the great work!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants