mirror of
https://github.com/upscayl/upscayl.git
synced 2025-01-31 04:03:51 +01:00
build: fix icons & support deb distribution
- fmp defaults to building Linux icons from the Mac icns file - deb packages need a `linux.maintainer` email when there is not a single package `author`.
This commit is contained in:
parent
0f31dbcb82
commit
7c1c65eed0
@ -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…
x
Reference in New Issue
Block a user