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