mirror of
https://github.com/upscayl/upscayl.git
synced 2026-04-03 03:00:13 -04:00
Updated mac config
This commit is contained in:
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"
|
||||
|
||||
Reference in New Issue
Block a user