mirror of
https://github.com/upscayl/upscayl.git
synced 2024-11-24 07:30:19 +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 () => {
|
app.on("ready", async () => {
|
||||||
await prepareNext("./renderer");
|
await prepareNext("./renderer");
|
||||||
|
|
||||||
|
console.log("ICON: ", join(__dirname, "icon.png"));
|
||||||
mainWindow = new BrowserWindow({
|
mainWindow = new BrowserWindow({
|
||||||
icon: join(__dirname, "/build/icon.png"),
|
icon: join(__dirname, "build", "icon.png"),
|
||||||
width: 1100,
|
width: 1100,
|
||||||
height: 700,
|
height: 700,
|
||||||
minHeight: 500,
|
minHeight: 500,
|
||||||
|
10
package.json
10
package.json
@ -41,13 +41,6 @@
|
|||||||
"appId": "com.tgs963.upscayl",
|
"appId": "com.tgs963.upscayl",
|
||||||
"asar": true,
|
"asar": true,
|
||||||
"extraFiles": [
|
"extraFiles": [
|
||||||
{
|
|
||||||
"from": "constants",
|
|
||||||
"to": "constants",
|
|
||||||
"filter": [
|
|
||||||
"**/*"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"from": "resources/${os}/bin",
|
"from": "resources/${os}/bin",
|
||||||
"to": "Resources/bin",
|
"to": "Resources/bin",
|
||||||
@ -65,7 +58,8 @@
|
|||||||
],
|
],
|
||||||
"asarUnpack": [
|
"asarUnpack": [
|
||||||
"**/node_modules/sharp/**"
|
"**/node_modules/sharp/**"
|
||||||
]
|
],
|
||||||
|
"icon": "build/icon.png"
|
||||||
},
|
},
|
||||||
"files": [
|
"files": [
|
||||||
"main",
|
"main",
|
||||||
|
Loading…
Reference in New Issue
Block a user