mirror of
https://github.com/imgfloat/server.git
synced 2026-02-05 03:39:26 +00:00
Customize installer
This commit is contained in:
11
package.json
11
package.json
@@ -4,7 +4,7 @@
|
||||
"description": "Electron wrapper for the Imgfloat overlay",
|
||||
"main": "app.js",
|
||||
"build": {
|
||||
"appId": "dev.kruhlmann.imgfloat.overlay",
|
||||
"appId": "dev.kruhlmann.imgfloat",
|
||||
"productName": "Imgfloat",
|
||||
"files": [ "src/main/node/app.js" ],
|
||||
"asar": false,
|
||||
@@ -18,6 +18,15 @@
|
||||
"target": ["nsis"]
|
||||
"icon": "assets/icon/appicon.ico"
|
||||
},
|
||||
"nsis": {
|
||||
"oneClick": true,
|
||||
"perMachine": true,
|
||||
"allowElevation": true,
|
||||
"allowToChangeInstallationDirectory": true,
|
||||
"createDesktopShortcut": true,
|
||||
"createStartMenuShortcut": true,
|
||||
"shortcutName": "Imgfloat"
|
||||
},
|
||||
"mac": {
|
||||
"category": "public.app-category.productivity"
|
||||
"icon": "assets/icon/macos.icns"
|
||||
|
||||
Reference in New Issue
Block a user