We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6704613 commit 4395d6eCopy full SHA for 4395d6e
forge.config.ts
@@ -16,7 +16,7 @@ const electronModules = ["electron-serve"];
16
const config: ForgeConfig = {
17
outDir: "out-desktop",
18
packagerConfig: {
19
- icon: "/public/icons/electron/chisel_logo_round",
+ icon: path.join(__dirname, "/public/icons/electron/chisel_logo_round"),
20
// Do not package anything but the app/out-next directory
21
// using Regular Expressions
22
ignore: (path) => {
0 commit comments