Add bundle script

This commit is contained in:
2022-04-17 13:50:43 +08:00
parent 4f6b1ebbf2
commit a788968525
6 changed files with 17 additions and 3 deletions
+14 -1
View File
@@ -29,7 +29,20 @@ const Config = {
"license": PackageJSON.license,
"config": {
"forge": {
"packagerConfig": {},
"packagerConfig": {
"appBundleId": "com.mrkbear.living-together",
"appCopyright": "2021-2022 © copyright MrKBear",
"download": {
"rejectUnauthorized": false,
"executableName": "LivingTogether",
"mirrorOptions": {
"mirror": 'https://npmmirror.com/mirrors/electron/',
"customDir": '{{ version }}',
}
},
"asar": true,
"icon": "./living-together"
},
"makers": [
{
"name": "@electron-forge/maker-zip",