update packages

This commit is contained in:
Opportunity
2021-07-16 10:42:43 +08:00
Unverified
parent b126f6b6d1
commit 3257c237ed
40 changed files with 2090 additions and 2977 deletions
+1 -1
View File
@@ -35,7 +35,7 @@ function getInstallerUrl(version, latest) {
}
}
async function winInstall(version, latest) {
if (version.type === 'local' || latest.type == 'local') {
if (version.type === 'local' || latest.type === 'local') {
throw new Error('Local builds for windows is not supported');
}
const ver = version.version;