adjusted artifact names

This commit is contained in:
DJ2LS 2024-02-10 07:06:16 +01:00
parent a6c671e113
commit d906d9ab5e

View file

@ -39,7 +39,7 @@
"gatekeeperAssess": false,
"mergeASARs": true,
"x64ArchFiles": "**/*",
"artifactName": "${productName}-Mac-${version}.${ext}"
"artifactName": "${productName}-GUI-Mac-${version}.${ext}"
},
"win": {
"icon": "build/icon.png",
@ -49,7 +49,7 @@
"arch": ["arm64", "x64"]
}
],
"artifactName": "${productName}-Windows-${version}.${ext}"
"artifactName": "${productName}-GUI-Windows-${version}.${ext}"
},
"nsis": {
"oneClick": false,
@ -62,6 +62,6 @@
"target": [
"AppImage"
],
"artifactName": "${productName}-${version}.${ext}"
"artifactName": "${productName}-GUI-Linux-${version}.${ext}"
}
}