From be0eafec7e7e1622118d8bdb96161bee2ae90a79 Mon Sep 17 00:00:00 2001 From: Patrick FIc Date: Fri, 16 May 2025 10:39:42 -0700 Subject: [PATCH] Update artifact names. --- .gitignore | 1 + electron-builder.imex.yml | 6 +++--- electron-builder.rome.yml | 6 +++--- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index 13235d4..d288d6b 100644 --- a/.gitignore +++ b/.gitignore @@ -14,5 +14,6 @@ out # Build Files macbuild.sh +deploy.ps1 # Sentry Config File .env.sentry-build-plugin diff --git a/electron-builder.imex.yml b/electron-builder.imex.yml index 34cb95d..2bbd039 100644 --- a/electron-builder.imex.yml +++ b/electron-builder.imex.yml @@ -23,7 +23,7 @@ win: certificateProfileName: ImEXRPS codeSigningAccountName: ImEX nsis: - artifactName: ${name}-${arch}.${ext} + artifactName: imex-partner-${arch}.${ext} shortcutName: ${productName} uninstallDisplayName: ${productName} createDesktopShortcut: always @@ -49,7 +49,7 @@ mac: arch: - x64 dmg: - artifactName: ${name}-${arch}.${ext} + artifactName: imex-partner-${arch}.${ext} linux: target: - AppImage @@ -59,7 +59,7 @@ linux: category: Utility desktop: scripts/imex-shop-partner.desktop appImage: - artifactName: ${name}-${arch}.${ext} + artifactName: imex-partner-${arch}.${ext} npmRebuild: false publish: provider: s3 diff --git a/electron-builder.rome.yml b/electron-builder.rome.yml index 9aeadb2..04fd8c9 100644 --- a/electron-builder.rome.yml +++ b/electron-builder.rome.yml @@ -23,7 +23,7 @@ win: certificateProfileName: ImEXRPS codeSigningAccountName: ImEX nsis: - artifactName: ${name}-${arch}.${ext} + artifactName: rome-partner-${arch}.${ext} shortcutName: ${productName} uninstallDisplayName: ${productName} createDesktopShortcut: always @@ -49,7 +49,7 @@ mac: arch: - x64 dmg: - artifactName: ${name}-${arch}.${ext} + artifactName: rome-partner-${arch}.${ext} linux: target: - AppImage @@ -59,7 +59,7 @@ linux: category: Utility desktop: scripts/rome-shop-partner.desktop appImage: - artifactName: ${name}-${arch}.${ext} + artifactName: rome-partner-${arch}.${ext} npmRebuild: false publish: provider: s3