improved msi building + branding

This commit is contained in:
Philipp Dormann 2023-03-27 18:26:07 +02:00
parent de0e26e9ae
commit cb6a84568e
2 changed files with 7 additions and 6 deletions

BIN
favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 112 KiB

View File

@ -5,10 +5,9 @@
"main": "main.js",
"scripts": {
"download": "node download.js",
"build:msi": "yarn download && electron-forge make",
"build": "yarn download && yarn electron:package",
"electron:start": "electron-forge start",
"electron:package": "electron-forge package"
"build:msi": "node download.js && electron-forge make",
"build": "yarn download && yarn electron-forge package",
"electron:start": "electron-forge start"
},
"devDependencies": {
"@electron-forge/cli": "^6.0.0-beta.54",
@ -44,8 +43,10 @@
{
"name": "@electron-forge/maker-wix",
"config": {
"language": 1033,
"manufacturer": "My Awesome Company"
"manufacturer": "ODIT.Services",
"shortname": "LfKScan",
"name": "LfKScan",
"icon": "./favicon.ico"
}
},
{