mirror of
https://github.com/upscayl/upscayl.git
synced 2024-11-12 01:40:53 +01:00
Fixed icons
This commit is contained in:
parent
ab1b8faab1
commit
a3c901b38e
BIN
main/build/icon.icns
Normal file
BIN
main/build/icon.icns
Normal file
Binary file not shown.
Before Width: | Height: | Size: 106 KiB After Width: | Height: | Size: 106 KiB |
@ -27,8 +27,9 @@ let mainWindow;
|
||||
app.on("ready", async () => {
|
||||
await prepareNext("./renderer");
|
||||
|
||||
console.log("ICON: ", join(__dirname, "icon.png"));
|
||||
mainWindow = new BrowserWindow({
|
||||
icon: join(__dirname, "/build/icon.png"),
|
||||
icon: join(__dirname, "build", "icon.png"),
|
||||
width: 1100,
|
||||
height: 700,
|
||||
minHeight: 500,
|
||||
|
10
package.json
10
package.json
@ -41,13 +41,6 @@
|
||||
"appId": "com.tgs963.upscayl",
|
||||
"asar": true,
|
||||
"extraFiles": [
|
||||
{
|
||||
"from": "constants",
|
||||
"to": "constants",
|
||||
"filter": [
|
||||
"**/*"
|
||||
]
|
||||
},
|
||||
{
|
||||
"from": "resources/${os}/bin",
|
||||
"to": "Resources/bin",
|
||||
@ -65,7 +58,8 @@
|
||||
],
|
||||
"asarUnpack": [
|
||||
"**/node_modules/sharp/**"
|
||||
]
|
||||
],
|
||||
"icon": "build/icon.png"
|
||||
},
|
||||
"files": [
|
||||
"main",
|
||||
|
Loading…
Reference in New Issue
Block a user