mirror of
https://github.com/upscayl/upscayl.git
synced 2024-11-28 01:10:52 +01:00
Updated mac config
This commit is contained in:
parent
290d718d33
commit
159c02001a
10
package.json
10
package.json
@ -60,7 +60,9 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"mac": {
|
"mac": {
|
||||||
"icon": "main/build/icon.icns"
|
"icon": "main/build/icon.icns",
|
||||||
|
"category": "public.app-category.graphics-design",
|
||||||
|
"target": "dmg"
|
||||||
},
|
},
|
||||||
"linux": {
|
"linux": {
|
||||||
"publish": [
|
"publish": [
|
||||||
@ -73,8 +75,7 @@
|
|||||||
"asarUnpack": [
|
"asarUnpack": [
|
||||||
"**/node_modules/sharp/**"
|
"**/node_modules/sharp/**"
|
||||||
],
|
],
|
||||||
"category": "Graphics;2DGraphics;RasterGraphics;ImageProcessing;",
|
"category": "Graphics;2DGraphics;RasterGraphics;ImageProcessing;"
|
||||||
"maintainer": "TGS963 <tgs@963.com>"
|
|
||||||
},
|
},
|
||||||
"win": {
|
"win": {
|
||||||
"publish": [
|
"publish": [
|
||||||
@ -88,9 +89,6 @@
|
|||||||
],
|
],
|
||||||
"icon": "main/build/icon.png"
|
"icon": "main/build/icon.png"
|
||||||
},
|
},
|
||||||
"deb": {
|
|
||||||
"packageCategory": "graphics"
|
|
||||||
},
|
|
||||||
"files": [
|
"files": [
|
||||||
"main",
|
"main",
|
||||||
"renderer/out"
|
"renderer/out"
|
||||||
|
Loading…
Reference in New Issue
Block a user