ZaiZai 1 year ago
parent
commit
ab4d3eadce
1 changed files with 5 additions and 5 deletions
  1. 5 5
      electron-builder.yml

+ 5 - 5
electron-builder.yml

@@ -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