OK, we;ll use the standard icon paths
but with a different 'build' directory
This commit is contained in:
parent
1c7d859b2b
commit
fd2a2f25ad
3 changed files with 2 additions and 8 deletions
BIN
electron/build/icon.ico
Normal file
BIN
electron/build/icon.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.2 KiB |
10
package.json
10
package.json
|
@ -122,16 +122,10 @@
|
||||||
"electron/src/**",
|
"electron/src/**",
|
||||||
"vector/**",
|
"vector/**",
|
||||||
"package.json"
|
"package.json"
|
||||||
],
|
]
|
||||||
"mac": {
|
|
||||||
"target": "dmg",
|
|
||||||
"icon": "electron/icons/AppIcon.icns"
|
|
||||||
},
|
|
||||||
"dmg": {
|
|
||||||
"icon": "electron/icons/AppIcon.icns"
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
"directories": {
|
"directories": {
|
||||||
|
"buildResources": "electron/build",
|
||||||
"output": "electron/dist"
|
"output": "electron/dist"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue