Skip to content

Commit 0f73a7d

Browse files
author
Hiram
committed
[optimize] build logic
1 parent 0355a2f commit 0f73a7d

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

electron-builder.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# see config at https://www.electron.build/configuration/configuration
22

33
# 应用程序的唯一标识符
4-
appId: com.hiram.zyfun
4+
appId: com.zyfun.player
55
# 应用程序的产品名称
66
productName: zyfun
77
copyright: Copyright © 2023 zyfun Team Inc.
@@ -19,7 +19,8 @@ files:
1919
# 哪些文件将不会被压缩,而是解压到构建目录
2020
asarUnpack:
2121
- resources/**
22-
afterSign: build/notarize.js
22+
afterPack: build/hook/removeLocales.js
23+
afterSign: build/hook/notarize.js
2324
# Windows 平台配置
2425
win:
2526
# 可执行文件名
@@ -102,7 +103,7 @@ linux:
102103
- x64
103104
- arm64
104105
# 维护者信息
105-
maintainer: hiram.top
106+
maintainer: zyfun team
106107
# 应用程序类别
107108
category: Audio;Video
108109
# AppImage 配置

0 commit comments

Comments
 (0)