mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-18 06:47:02 +08:00
fix(electron): app image icon (#4442)
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user