mirror of
https://github.com/imgfloat/server.git
synced 2026-02-05 03:39:26 +00:00
Fix package.json format
This commit is contained in:
@@ -11,11 +11,11 @@
|
|||||||
"directories": { "output": "dist" },
|
"directories": { "output": "dist" },
|
||||||
"linux": {
|
"linux": {
|
||||||
"target": ["AppImage"],
|
"target": ["AppImage"],
|
||||||
"category": "Utility"
|
"category": "Utility",
|
||||||
"icon": "assets/icon/raw_icon.png"
|
"icon": "assets/icon/raw_icon.png"
|
||||||
},
|
},
|
||||||
"win": {
|
"win": {
|
||||||
"target": ["nsis"]
|
"target": ["nsis"],
|
||||||
"icon": "assets/icon/appicon.ico"
|
"icon": "assets/icon/appicon.ico"
|
||||||
},
|
},
|
||||||
"nsis": {
|
"nsis": {
|
||||||
@@ -28,7 +28,7 @@
|
|||||||
"shortcutName": "Imgfloat"
|
"shortcutName": "Imgfloat"
|
||||||
},
|
},
|
||||||
"mac": {
|
"mac": {
|
||||||
"category": "public.app-category.productivity"
|
"category": "public.app-category.productivity",
|
||||||
"icon": "assets/icon/macos.icns"
|
"icon": "assets/icon/macos.icns"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user