Merge 3437a09132 into f7223bcddb
This commit is contained in:
commit
c7c83854fa
2
assets
2
assets
|
|
@ -1 +1 @@
|
|||
Subproject commit bd432f2298901a8566a092636eef0c35a3a80fbc
|
||||
Subproject commit 1e7f9990c29315f3f55acb7a420dabb6b4db1d9d
|
||||
|
|
@ -124,7 +124,9 @@ const config: ForgeConfig = {
|
|||
asar: true,
|
||||
name: STRINGS.name,
|
||||
executableName: STRINGS.execName,
|
||||
icon: `${ASSET_DIR}/icon`,
|
||||
icon: process.platform === "darwin"
|
||||
? `${ASSET_DIR}/icon.icon`
|
||||
: `${ASSET_DIR}/icon`,
|
||||
// extraResource: [
|
||||
// // include all the asset files
|
||||
// ...globSync(ASSET_DIR + "/**/*"),
|
||||
|
|
|
|||
Loading…
Reference in New Issue