We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0355a2f commit 0f73a7dCopy full SHA for 0f73a7d
electron-builder.yml
@@ -1,7 +1,7 @@
1
# see config at https://www.electron.build/configuration/configuration
2
3
# 应用程序的唯一标识符
4
-appId: com.hiram.zyfun
+appId: com.zyfun.player
5
# 应用程序的产品名称
6
productName: zyfun
7
copyright: Copyright © 2023 zyfun Team Inc.
@@ -19,7 +19,8 @@ files:
19
# 哪些文件将不会被压缩,而是解压到构建目录
20
asarUnpack:
21
- resources/**
22
-afterSign: build/notarize.js
+afterPack: build/hook/removeLocales.js
23
+afterSign: build/hook/notarize.js
24
# Windows 平台配置
25
win:
26
# 可执行文件名
@@ -102,7 +103,7 @@ linux:
102
103
- x64
104
- arm64
105
# 维护者信息
- maintainer: hiram.top
106
+ maintainer: zyfun team
107
# 应用程序类别
108
category: Audio;Video
109
# AppImage 配置
0 commit comments