Skip to content

Commit 01b4cd6

Browse files
committed
Fix iconPath variable
1 parent c9c7467 commit 01b4cd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/desktop/src/vars.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ export default {
88
productionUrl: "https://comty.app",
99
indevUrl: "https://indev.comty.app",
1010
developmentUrl: "http://localhost:8000",
11-
iconPath: path.join(__dirname, "../resources/icon-512.png"),
11+
iconPath: path.join(__dirname, "../assets/icon-512.png"),
1212
}

0 commit comments

Comments
 (0)