Make build artifacts consistent.
This commit is contained in:
@@ -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,7 +59,7 @@ 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
|
||||||
|
|||||||
@@ -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,7 +59,7 @@ 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
|
||||||
|
|||||||
Reference in New Issue
Block a user