|
@@ -11,9 +11,9 @@ files:
|
|
|
asarUnpack:
|
|
|
- resources/**
|
|
|
win:
|
|
|
- executableName: local_archive_app
|
|
|
+ executableName: 档案脱机存档
|
|
|
nsis:
|
|
|
- artifactName: ${name}-${version}-setup.${ext}
|
|
|
+ artifactName: 档案脱机存档-${version}.${ext}
|
|
|
shortcutName: ${productName}
|
|
|
uninstallDisplayName: ${productName}
|
|
|
createDesktopShortcut: always
|
|
@@ -26,16 +26,16 @@ mac:
|
|
|
- NSDownloadsFolderUsageDescription: Application requests access to the user's Downloads folder.
|
|
|
notarize: false
|
|
|
dmg:
|
|
|
- artifactName: ${name}-${version}.${ext}
|
|
|
+ artifactName: 档案脱机存档-${version}.${ext}
|
|
|
linux:
|
|
|
target:
|
|
|
- AppImage
|
|
|
- snap
|
|
|
- deb
|
|
|
- maintainer: electronjs.org
|
|
|
+ maintainer: hczc.hcxxy.com
|
|
|
category: Utility
|
|
|
appImage:
|
|
|
- artifactName: ${name}-${version}.${ext}
|
|
|
+ artifactName: 档案脱机存档-${version}.${ext}
|
|
|
npmRebuild: false
|
|
|
publish:
|
|
|
provider: generic
|