fix(electron): app image icon (#4442)

This commit is contained in:
Peng Xiao
2023-10-16 23:54:28 +08:00
committed by LongYinan
parent 46f8e3af14
commit 5acd6bf64c
2 changed files with 6 additions and 2 deletions
+2 -2
View File
@@ -11,6 +11,7 @@ const {
buildType,
icnsPath,
icoPath,
iconPngPath,
platform,
productName,
iconUrl,
@@ -76,8 +77,7 @@ const makers = [
name: '@reforged/maker-appimage',
config: {
name: 'AFFiNE',
iconUrl: icoPath,
setupIcon: icoPath,
icon: iconPngPath,
platforms: ['linux'],
options: {
bin: productName,