mirror of
https://github.com/upscayl/upscayl.git
synced 2024-11-24 07:30:19 +01:00
Merge pull request #24 from keturn/deb
build: fix icons & support deb distribution
This commit is contained in:
commit
05d7e87853
@ -51,6 +51,9 @@
|
||||
]
|
||||
}
|
||||
],
|
||||
"mac": {
|
||||
"icon": "main/build/icon.icns"
|
||||
},
|
||||
"linux": {
|
||||
"publish": [
|
||||
"github"
|
||||
@ -62,7 +65,11 @@
|
||||
"asarUnpack": [
|
||||
"**/node_modules/sharp/**"
|
||||
],
|
||||
"icon": "build/icon.png"
|
||||
"category": "Graphics;2DGraphics;RasterGraphics;ImageProcessing;",
|
||||
"maintainer": "TGS963 <tgs@963.com>"
|
||||
},
|
||||
"deb": {
|
||||
"packageCategory": "graphics"
|
||||
},
|
||||
"files": [
|
||||
"main",
|
||||
|
Loading…
Reference in New Issue
Block a user