We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 774b73d + 715e06f commit ac99d68Copy full SHA for ac99d68
electron-builder.config.js
@@ -21,7 +21,7 @@ module.exports = {
21
{ target: 'dmg', arch: ['x64', 'arm64'] },
22
{ target: 'zip', arch: ['x64', 'arm64'] },
23
],
24
- icon: 'assets/icon.icns',
+ icon: 'assets/icon.png',
25
hardenedRuntime: true,
26
gatekeeperAssess: false,
27
entitlements: 'electron/entitlements.mac.plist',
@@ -46,15 +46,15 @@ module.exports = {
46
{ target: 'nsis', arch: ['x64'] },
47
{ target: 'portable', arch: ['x64'] },
48
49
- icon: 'assets/icon.ico',
50
},
51
52
nsis: {
53
oneClick: false,
54
allowToChangeInstallationDirectory: true,
55
- installerIcon: 'assets/icon.ico',
56
- uninstallerIcon: 'assets/icon.ico',
57
- installerHeaderIcon: 'assets/icon.ico',
+ installerIcon: 'assets/icon.png',
+ uninstallerIcon: 'assets/icon.png',
+ installerHeaderIcon: 'assets/icon.png',
58
createDesktopShortcut: true,
59
createStartMenuShortcut: true,
60
shortcutName: 'Resgrid Unit',
0 commit comments