Merge pull request #435 from JYW0803/patch-1

Fix windows auto update
This commit is contained in:
vapormusic 2022-02-12 20:42:05 +07:00 committed by GitHub
commit 8f24683d8f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -150,7 +150,8 @@
"perMachine": false, "perMachine": false,
"allowToChangeInstallationDirectory": true, "allowToChangeInstallationDirectory": true,
"license": "LICENSE", "license": "LICENSE",
"deleteAppDataOnUninstall": true "deleteAppDataOnUninstall": true,
"artifactName": "${productName}-Setup-${version}.${ext}"
}, },
"pkg": { "pkg": {
"installLocation": "/Applications", "installLocation": "/Applications",