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
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 ?