Make build artifacts consistent.

This commit is contained in:
Patrick Fic
2025-05-16 10:01:58 -07:00
parent eab52bf8c1
commit 2a5c2b43e1
2 changed files with 8 additions and 8 deletions

View File

@@ -23,7 +23,7 @@ win:
certificateProfileName: ImEXRPS
codeSigningAccountName: ImEX
nsis:
artifactName: ${name}-${version}-setup.${ext}
artifactName: ${name}-${arch}.${ext}
shortcutName: ${productName}
uninstallDisplayName: ${productName}
createDesktopShortcut: always
@@ -49,7 +49,7 @@ mac:
arch:
- x64
dmg:
artifactName: ${name}-${version}-${arch}.${ext}
artifactName: ${name}-${arch}.${ext}
linux:
target:
- AppImage
@@ -59,9 +59,9 @@ linux:
category: Utility
desktop: scripts/imex-shop-partner.desktop
appImage:
artifactName: ${name}-${version}.${ext}
artifactName: ${name}-${arch}.${ext}
npmRebuild: false
publish:
provider: s3
bucket: imex-partner
region: ca-central-1
region: ca-central-1

View File

@@ -23,7 +23,7 @@ win:
certificateProfileName: ImEXRPS
codeSigningAccountName: ImEX
nsis:
artifactName: ${name}-${version}-setup.${ext}
artifactName: ${name}-${arch}.${ext}
shortcutName: ${productName}
uninstallDisplayName: ${productName}
createDesktopShortcut: always
@@ -49,7 +49,7 @@ mac:
arch:
- x64
dmg:
artifactName: ${name}-${version}-${arch}.${ext}
artifactName: ${name}-${arch}.${ext}
linux:
target:
- AppImage
@@ -59,9 +59,9 @@ linux:
category: Utility
desktop: scripts/rome-shop-partner.desktop
appImage:
artifactName: ${name}-${version}.${ext}
artifactName: ${name}-${arch}.${ext}
npmRebuild: false
publish:
provider: s3
bucket: rome-partner
region: us-east-2
region: us-east-2