Minor bugfixes, new logo

This commit is contained in:
2024-11-20 19:20:22 +01:00
parent 57358fa818
commit e8b50da142
13 changed files with 179 additions and 371 deletions

View File

@@ -1,6 +1,6 @@
{
"asar": true,
"appId": "de.luh.app",
"appId": "de.luh.eventmaster",
"directories": {
"output": "out"
},
@@ -9,17 +9,20 @@
"oneClick": false,
"perMachine": false,
"allowToChangeInstallationDirectory": true,
"shortcutName": "Electron App"
"shortcutName": "EventMaster"
},
"mac": {
"target": "dmg"
},
"win": {
"target": "nsis"
"target": "nsis",
"icon": "public/logo-small.png"
},
"linux": {
"target": ["deb"],
"maintainer": "Tobias Zoghaib"
"maintainer": "Tobias Zoghaib",
"icon": "public/logo-small.png",
"category": "Education"
},
"files": [
{