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.
iconPath
1 parent c9c7467 commit 01b4cd6Copy full SHA for 01b4cd6
packages/desktop/src/vars.js
@@ -8,5 +8,5 @@ export default {
8
productionUrl: "https://comty.app",
9
indevUrl: "https://indev.comty.app",
10
developmentUrl: "http://localhost:8000",
11
- iconPath: path.join(__dirname, "../resources/icon-512.png"),
+ iconPath: path.join(__dirname, "../assets/icon-512.png"),
12
}
0 commit comments