mirror of
https://github.com/upscayl/upscayl.git
synced 2026-04-03 03:00:13 -04:00
Fixed icon path
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user