mirror of
https://github.com/Myxelium/Bridge-Multi.git
synced 2026-07-07 18:45:09 +00:00
Switch to installer to enable auto-updates
This commit is contained in:
@@ -6,19 +6,20 @@
|
||||
"files": [
|
||||
"dist/**/*"
|
||||
],
|
||||
"publish": {
|
||||
"provider": "github",
|
||||
"private": true,
|
||||
"releaseType": "release"
|
||||
},
|
||||
"nsis": {
|
||||
"oneClick": false,
|
||||
"allowToChangeInstallationDirectory": true,
|
||||
"deleteAppDataOnUninstall": true,
|
||||
"shortcutName": "Bridge"
|
||||
},
|
||||
"win": {
|
||||
"icon": "dist/assets/images/system/icons/win/icon.ico",
|
||||
"compression": "store",
|
||||
"target": [
|
||||
"portable"
|
||||
]
|
||||
},
|
||||
"mac": {
|
||||
"icon": "dist/assets/images/system/icons/mac/icon.icns",
|
||||
"compression": "maximum",
|
||||
"target": [
|
||||
"dmg"
|
||||
]
|
||||
"compression": "store"
|
||||
},
|
||||
"linux": {
|
||||
"compression": "maximum",
|
||||
|
||||
Reference in New Issue
Block a user