mirror of
https://github.com/imgfloat/server.git
synced 2026-02-05 11:49:25 +00:00
Fix relative paths
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
"name": "imgfloat-electron",
|
"name": "imgfloat-electron",
|
||||||
"version": "0.0.1",
|
"version": "0.0.1",
|
||||||
"description": "Electron wrapper for the Imgfloat overlay",
|
"description": "Electron wrapper for the Imgfloat overlay",
|
||||||
"main": "app.js",
|
"main": "src/main/node/app.js",
|
||||||
"build": {
|
"build": {
|
||||||
"appId": "dev.kruhlmann.imgfloat",
|
"appId": "dev.kruhlmann.imgfloat",
|
||||||
"productName": "Imgfloat",
|
"productName": "Imgfloat",
|
||||||
@@ -12,11 +12,11 @@
|
|||||||
"linux": {
|
"linux": {
|
||||||
"target": ["AppImage"],
|
"target": ["AppImage"],
|
||||||
"category": "Utility",
|
"category": "Utility",
|
||||||
"icon": "assets/icon/raw_icon.png"
|
"icon": "src/main/resources/assets/icon/raw_icon.png"
|
||||||
},
|
},
|
||||||
"win": {
|
"win": {
|
||||||
"target": ["nsis"],
|
"target": ["nsis"],
|
||||||
"icon": "assets/icon/appicon.ico"
|
"icon": "src/main/resources/assets/icon/appicon.ico"
|
||||||
},
|
},
|
||||||
"nsis": {
|
"nsis": {
|
||||||
"oneClick": true,
|
"oneClick": true,
|
||||||
@@ -29,7 +29,7 @@
|
|||||||
},
|
},
|
||||||
"mac": {
|
"mac": {
|
||||||
"category": "public.app-category.productivity",
|
"category": "public.app-category.productivity",
|
||||||
"icon": "assets/icon/macos.icns"
|
"icon": "src/main/resources/assets/icon/macos.icns"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
|||||||
Reference in New Issue
Block a user