1
0
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:
NayamAmarshe 2022-08-25 13:32:34 +05:30 committed by GitHub
commit 05d7e87853
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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",