mirror of
https://github.com/upscayl/upscayl.git
synced 2024-11-12 01:40:53 +01:00
Added icons
This commit is contained in:
parent
8a615f58d5
commit
0e92b4db07
16
package.json
16
package.json
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "upscayl",
|
||||
"private": true,
|
||||
"version": "2.5.0",
|
||||
"version": "2.5.1",
|
||||
"productName": "Upscayl",
|
||||
"homepage": "https://github.com/TGS963/upscayl",
|
||||
"contributors": [
|
||||
@ -70,6 +70,20 @@
|
||||
"filter": [
|
||||
"**/*"
|
||||
]
|
||||
},
|
||||
{
|
||||
"from": "resources/icon_128x128.png",
|
||||
"to": "icon_128x128.png",
|
||||
"filter": [
|
||||
"**/*"
|
||||
]
|
||||
},
|
||||
{
|
||||
"from": "resources/icon_512x512.png",
|
||||
"to": "icon_512x512.png",
|
||||
"filter": [
|
||||
"**/*"
|
||||
]
|
||||
}
|
||||
],
|
||||
"mac": {
|
||||
|
BIN
resources/icon_128x128.png
Normal file
BIN
resources/icon_128x128.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 7.3 KiB |
BIN
resources/icon_512x512.png
Normal file
BIN
resources/icon_512x512.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 14 KiB |
Loading…
Reference in New Issue
Block a user