Fixed icon path

This commit is contained in:
Nayam Amarshe
2022-09-30 22:09:14 +05:30
parent 8ee15fbcdd
commit 5ee4da610a

View File

@@ -34,7 +34,7 @@ app.on("ready", async () => {
console.log("🚀 Models: ", modelsPath);
mainWindow = new BrowserWindow({
icon: join(app.getAppPath(), "icon.png"),
icon: join(__dirname, "build", "icon.png"),
width: 1100,
height: 740,
minHeight: 500,