mirror of
https://github.com/upscayl/upscayl.git
synced 2024-11-23 23:21:05 +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": {
|
||||
"icon": "main/build/icon.icns"
|
||||
"icon": "main/build/icon.icns",
|
||||
"category": "public.app-category.graphics-design",
|
||||
"target": "dmg"
|
||||
},
|
||||
"linux": {
|
||||
"publish": [
|
||||
@ -73,8 +75,7 @@
|
||||
"asarUnpack": [
|
||||
"**/node_modules/sharp/**"
|
||||
],
|
||||
"category": "Graphics;2DGraphics;RasterGraphics;ImageProcessing;",
|
||||
"maintainer": "TGS963 <tgs@963.com>"
|
||||
"category": "Graphics;2DGraphics;RasterGraphics;ImageProcessing;"
|
||||
},
|
||||
"win": {
|
||||
"publish": [
|
||||
@ -88,9 +89,6 @@
|
||||
],
|
||||
"icon": "main/build/icon.png"
|
||||
},
|
||||
"deb": {
|
||||
"packageCategory": "graphics"
|
||||
},
|
||||
"files": [
|
||||
"main",
|
||||
"renderer/out"
|
||||
|
Loading…
Reference in New Issue
Block a user