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
@@ -36,7 +36,7 @@ function getInstallerUrl(version: GitVersion, latest: GitVersion): string {
}
export async function winInstall(version: Version, latest: Version): Promise<void> {
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;