Compare commits

...
1 Commits
Author SHA1 Message Date
shanmite 078cfcf821 fix: 漏了逗号导致无法更新 2021-09-11 07:18:07 +00:00
+1 -1
View File
@@ -28,7 +28,7 @@ function getLatestReleaseDownloadUrl(owner, repo) {
['darwin', 'macos']
]).get(process.platform)
const arch = new Map([
['x64', 'x64']
['x64', 'x64'],
['arm', 'armv7'],
['arm64', 'arm64']
]).get(process.arch)