1
0
mirror of https://github.com/upscayl/upscayl.git synced 2024-11-24 07:30:19 +01:00

TODO: Fix Icons

This commit is contained in:
Feenix 2022-08-23 20:42:48 +05:30
parent 143f9f449e
commit f1d09a4745
8 changed files with 1 additions and 0 deletions

BIN
build/icon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 106 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 347 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 608 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 911 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.0 KiB

View File

@ -28,6 +28,7 @@ app.on("ready", async () => {
await prepareNext("./renderer");
mainWindow = new BrowserWindow({
icon: join(__dirname, "/build/icon.png"),
width: 1100,
height: 700,
minHeight: 500,