TODO: Fix Icons
BIN
build/icon.png
Normal file
After Width: | Height: | Size: 106 KiB |
Before Width: | Height: | Size: 1.6 KiB |
Before Width: | Height: | Size: 347 B |
Before Width: | Height: | Size: 3.0 KiB |
Before Width: | Height: | Size: 608 B |
Before Width: | Height: | Size: 911 B |
Before Width: | Height: | Size: 1.0 KiB |
@ -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,
|
||||
|