feat: make electron windows build (#1611)

This commit is contained in:
Horus
2023-03-18 21:43:39 +08:00
committed by GitHub
parent 473076b603
commit 56ce99a5dd
6 changed files with 85 additions and 13 deletions

View File

@@ -12,5 +12,13 @@ module.exports = {
name: 'AFFiNE',
},
},
{
name: '@electron-forge/maker-zip',
config: {
name: 'affine',
iconUrl: './resources/icons/icon.ico',
setupIcon: './resources/icons/icon.ico',
},
},
],
};