Skip to content

Commit ac99d68

Browse files
authored
Merge pull request #206 from Resgrid/develop
RU-T47 Build fix
2 parents 774b73d + 715e06f commit ac99d68

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

electron-builder.config.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ module.exports = {
2121
{ target: 'dmg', arch: ['x64', 'arm64'] },
2222
{ target: 'zip', arch: ['x64', 'arm64'] },
2323
],
24-
icon: 'assets/icon.icns',
24+
icon: 'assets/icon.png',
2525
hardenedRuntime: true,
2626
gatekeeperAssess: false,
2727
entitlements: 'electron/entitlements.mac.plist',
@@ -46,15 +46,15 @@ module.exports = {
4646
{ target: 'nsis', arch: ['x64'] },
4747
{ target: 'portable', arch: ['x64'] },
4848
],
49-
icon: 'assets/icon.ico',
49+
icon: 'assets/icon.png',
5050
},
5151

5252
nsis: {
5353
oneClick: false,
5454
allowToChangeInstallationDirectory: true,
55-
installerIcon: 'assets/icon.ico',
56-
uninstallerIcon: 'assets/icon.ico',
57-
installerHeaderIcon: 'assets/icon.ico',
55+
installerIcon: 'assets/icon.png',
56+
uninstallerIcon: 'assets/icon.png',
57+
installerHeaderIcon: 'assets/icon.png',
5858
createDesktopShortcut: true,
5959
createStartMenuShortcut: true,
6060
shortcutName: 'Resgrid Unit',

0 commit comments

Comments
 (0)