mirror of
https://github.com/Qortal/Qortal-Hub.git
synced 2025-07-23 04:36:52 +00:00
update config
This commit is contained in:
30
electron/electron-builder.config-mac.json
Normal file
30
electron/electron-builder.config-mac.json
Normal file
@@ -0,0 +1,30 @@
|
||||
{
|
||||
"appId": "org.Qortal.Qortal-Hub",
|
||||
"directories": {
|
||||
"buildResources": "resources"
|
||||
},
|
||||
|
||||
"files": ["assets/**/*", "build/**/*", "capacitor.config.*", "app/**/*", "scripts/**/*" ],
|
||||
"afterPack": "scripts/afterPack.js",
|
||||
"afterSign": "scripts/notarize.js",
|
||||
"nsis": {
|
||||
"allowElevation": true,
|
||||
"oneClick": false,
|
||||
"allowToChangeInstallationDirectory": true
|
||||
},
|
||||
"publish": [
|
||||
{
|
||||
"provider": "github",
|
||||
"owner": "Qortal",
|
||||
"repo": "Qortal-Hub",
|
||||
"releaseType": "draft"
|
||||
}
|
||||
],
|
||||
|
||||
"mac": {
|
||||
"icon": "assets/mac/appIcon.icns",
|
||||
"category": "public.app-category.utilities",
|
||||
"target": ["dmg", "zip"]
|
||||
},
|
||||
"productName": "Qortal Hub"
|
||||
}
|
Reference in New Issue
Block a user