|
@@ -13,7 +13,7 @@ asarUnpack:
|
|
|
win:
|
|
|
executableName: 档案脱机存档
|
|
|
nsis:
|
|
|
- artifactName: 档案脱机存档-${version}.${ext}
|
|
|
+ artifactName: 档案脱机存档-${version}-安装包.${ext}
|
|
|
shortcutName: ${productName}
|
|
|
uninstallDisplayName: ${productName}
|
|
|
createDesktopShortcut: always
|
|
@@ -26,7 +26,7 @@ mac:
|
|
|
- NSDownloadsFolderUsageDescription: Application requests access to the user's Downloads folder.
|
|
|
notarize: false
|
|
|
dmg:
|
|
|
- artifactName: 档案脱机存档-${version}.${ext}
|
|
|
+ artifactName: 档案脱机存档-${version}-安装包.${ext}
|
|
|
linux:
|
|
|
target:
|
|
|
- AppImage
|
|
@@ -35,7 +35,7 @@ linux:
|
|
|
maintainer: hczc.hcxxy.com
|
|
|
category: Utility
|
|
|
appImage:
|
|
|
- artifactName: 档案脱机存档-${version}.${ext}
|
|
|
+ artifactName: 档案脱机存档-${version}-安装包.${ext}
|
|
|
npmRebuild: false
|
|
|
publish:
|
|
|
provider: generic
|