mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
fix(electron): add macOS app icon via icon.icns
Add public/icon.icns generated from icon.png. Update forge.config.js DMG maker and electron/main.js dev dock to use icon.icns. Fixes missing 5chan icon (default Electron icon shown).
This commit is contained in:
+1
-1
@@ -68,7 +68,7 @@ const config = {
|
||||
platforms: ['darwin'],
|
||||
config: {
|
||||
name: '5chan',
|
||||
icon: './public/icon.png',
|
||||
icon: './public/icon.icns',
|
||||
format: 'ULFO',
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user