Fix packaging
This commit is contained in:
parent
185f44e4ec
commit
143576ba68
|
|
@ -13,6 +13,7 @@ const config: ForgeConfig = {
|
|||
asar: true,
|
||||
icon: "res/icon",
|
||||
extraResource: "res/icon.png",
|
||||
ignore: ["dist", "src", "res",], // Workaround for https://github.com/electron/forge/issues/3738
|
||||
},
|
||||
rebuildConfig: {},
|
||||
makers: [
|
||||
|
|
|
|||
Loading…
Reference in New Issue