mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-02 01:22:05 +03:00
17 lines
297 B
JavaScript
17 lines
297 B
JavaScript
module.exports = {
|
|
packagerConfig: {
|
|
name: 'AFFiNE',
|
|
icon: './resources/icons/icon.icns',
|
|
},
|
|
makers: [
|
|
{
|
|
name: '@electron-forge/maker-dmg',
|
|
config: {
|
|
format: 'ULFO',
|
|
icon: './resources/icons/icon.icns',
|
|
name: 'AFFiNE',
|
|
},
|
|
},
|
|
],
|
|
};
|