From 2a5c2b43e1df783ae6ec9c4e98fb78b415375e0e Mon Sep 17 00:00:00 2001 From: Patrick Fic Date: Fri, 16 May 2025 10:01:58 -0700 Subject: [PATCH] Make build artifacts consistent. --- electron-builder.imex.yml | 8 ++++---- electron-builder.rome.yml | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/electron-builder.imex.yml b/electron-builder.imex.yml index 5fde59c..34cb95d 100644 --- a/electron-builder.imex.yml +++ b/electron-builder.imex.yml @@ -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 \ No newline at end of file + region: ca-central-1 diff --git a/electron-builder.rome.yml b/electron-builder.rome.yml index b01d3cd..9aeadb2 100644 --- a/electron-builder.rome.yml +++ b/electron-builder.rome.yml @@ -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 \ No newline at end of file + region: us-east-2