-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Closed
qcif/data-curator
#563Description
- Version: 14.5.3
- Target: win64 - nsis/portable
When you are building both portable and installer, building fails. I'm using electron-builder@14.5.3
Exception: The process cannot access the file because it is being used by another process.
package.json:
"win": {
"target": ["nsis", "portable"],
},
"nsis": {
"unicode": false,
"artifactName": "${productName}Installer.${version}.${ext}",
}
I suppose both output have the same artifactName and the same temporary file name (.nsis.7z), Can we also have a new file macro depending on installer-portable version we are building?
${productName}${buildTarget}.${version}.${ext}
Thanks
Reactions are currently unavailable