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

View File

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