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