mirror of
https://github.com/Pandipipas/scoreko-electron-dev.git
synced 2026-06-05 21:22:07 +00:00
Remove binary icon asset and align icon config/docs (#18)
This commit is contained in:
+21
-3
@@ -2,6 +2,10 @@
|
||||
"name": "scoreko-electron-dev",
|
||||
"version": "0.2.0",
|
||||
"description": "Electron wrapper to run NodeCG with the scoreko-dev bundle",
|
||||
"author": {
|
||||
"name": "Scoreko Team",
|
||||
"email": "dev@scoreko.local"
|
||||
},
|
||||
"license": "MIT",
|
||||
"private": true,
|
||||
"main": "dist/main/main.js",
|
||||
@@ -21,6 +25,7 @@
|
||||
"build": {
|
||||
"appId": "com.scoreko.desktop",
|
||||
"productName": "Scoreko",
|
||||
"artifactName": "${productName}-${version}-${os}-${arch}.${ext}",
|
||||
"directories": {
|
||||
"output": "release",
|
||||
"buildResources": "static"
|
||||
@@ -42,17 +47,30 @@
|
||||
"mac": {
|
||||
"target": [
|
||||
"dmg"
|
||||
]
|
||||
],
|
||||
"icon": "static/icons/icon.ico"
|
||||
},
|
||||
"linux": {
|
||||
"target": [
|
||||
"AppImage"
|
||||
]
|
||||
],
|
||||
"icon": "static/icons"
|
||||
},
|
||||
"win": {
|
||||
"target": [
|
||||
"nsis"
|
||||
]
|
||||
],
|
||||
"icon": "static/icons/icon.ico",
|
||||
"executableName": "Scoreko"
|
||||
},
|
||||
"nsis": {
|
||||
"oneClick": false,
|
||||
"allowToChangeInstallationDirectory": true,
|
||||
"artifactName": "${productName}-setup-${version}.${ext}",
|
||||
"installerIcon": "static/icons/icon.ico",
|
||||
"uninstallerIcon": "static/icons/icon.ico",
|
||||
"installerHeaderIcon": "static/icons/icon.ico",
|
||||
"shortcutName": "Scoreko"
|
||||
}
|
||||
},
|
||||
"engines": {
|
||||
|
||||
Reference in New Issue
Block a user