mirror of
https://github.com/piskelapp/piskel.git
synced 2023-08-10 21:12:52 +03:00
Correct desktop window icon filename
I found the logo at dest/prod/logo.png, while there was no dest/logo.png. Fixes juliandescottes/piskel#515
This commit is contained in:
parent
fdd4fb5b4e
commit
d10c284436
@ -55,7 +55,7 @@
|
||||
},
|
||||
"window": {
|
||||
"title": "Piskel",
|
||||
"icon": "dest/logo.png",
|
||||
"icon": "dest/prod/logo.png",
|
||||
"toolbar": false,
|
||||
"width": 1000,
|
||||
"height": 500
|
||||
|
Loading…
Reference in New Issue
Block a user