Skip to content

Commit 4395d6e

Browse files
committed
Add absolute path for electron icon
1 parent 6704613 commit 4395d6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

forge.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ const electronModules = ["electron-serve"];
1616
const config: ForgeConfig = {
1717
outDir: "out-desktop",
1818
packagerConfig: {
19-
icon: "/public/icons/electron/chisel_logo_round",
19+
icon: path.join(__dirname, "/public/icons/electron/chisel_logo_round"),
2020
// Do not package anything but the app/out-next directory
2121
// using Regular Expressions
2222
ignore: (path) => {

0 commit comments

Comments
 (0)