mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-09-13 12:54:59 +08:00
feat: update dmg compress algorithm
This commit is contained in:
@@ -30,7 +30,7 @@ const makers = [
|
|||||||
platform === 'darwin' && {
|
platform === 'darwin' && {
|
||||||
name: '@electron-forge/maker-dmg',
|
name: '@electron-forge/maker-dmg',
|
||||||
config: {
|
config: {
|
||||||
format: 'ULFO',
|
format: 'ULMO',
|
||||||
icon: icnsPath,
|
icon: icnsPath,
|
||||||
name: 'AFFiNE',
|
name: 'AFFiNE',
|
||||||
'icon-size': 128,
|
'icon-size': 128,
|
||||||
|
|||||||
Reference in New Issue
Block a user