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

This commit is contained in:
Peng Xiao
2023-10-16 23:54:28 +08:00
committed by GitHub
parent 7911d67439
commit fea6b81a53
2 changed files with 6 additions and 2 deletions

View File

@@ -12,6 +12,7 @@ const {
buildType,
icnsPath,
icoPath,
iconPngPath,
platform,
productName,
iconUrl,
@@ -77,8 +78,7 @@ const makers = [
name: '@reforged/maker-appimage',
config: {
name: 'AFFiNE',
iconUrl: icoPath,
setupIcon: icoPath,
icon: iconPngPath,
platforms: ['linux'],
options: {
bin: productName,