Add updater channels.
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
appId: com.convenientbrands.bodyshop-desktop
|
||||
copyright: Convenient Brands, LLC.
|
||||
productName: Shop Partner
|
||||
generateUpdatesFilesForAllChannels: true
|
||||
|
||||
directories:
|
||||
buildResources: build
|
||||
files:
|
||||
@@ -12,7 +15,8 @@ files:
|
||||
asarUnpack:
|
||||
- resources/**
|
||||
win:
|
||||
executableName: bodyshop-desktop
|
||||
executableName: Shop Partner
|
||||
icon: resources/diamond.png
|
||||
azureSignOptions:
|
||||
endpoint: https://eus.codesigning.azure.net
|
||||
certificateProfileName: ImEXRPS
|
||||
@@ -34,9 +38,12 @@ mac:
|
||||
target:
|
||||
- target: default
|
||||
arch:
|
||||
- universal
|
||||
- arm64
|
||||
- target: default
|
||||
arch:
|
||||
- x64
|
||||
dmg:
|
||||
artifactName: ${name}-${version}.${ext}
|
||||
artifactName: ${name}-${version}-${arch}.${ext}
|
||||
linux:
|
||||
target:
|
||||
- AppImage
|
||||
|
||||
Reference in New Issue
Block a user