diff --git a/package.json b/package.json index d9259f8..9f5a7c0 100644 --- a/package.json +++ b/package.json @@ -47,8 +47,7 @@ "target": [ "nsis", "portable" - ], - "artifactName": "EnvHelper-${version}-${target}-${arch}.${ext}" + ] }, "publish": { "provider": "generic", @@ -58,7 +57,11 @@ "nsis": { "oneClick": false, "perMachine": false, - "allowToChangeInstallationDirectory": true + "allowToChangeInstallationDirectory": true, + "artifactName": "EnvHelper-${version}-setup-${arch}.${ext}" + }, + "portable": { + "artifactName": "EnvHelper-${version}-portable-${arch}.${ext}" } } }