Skip to content

Commit b7cb2aa

Browse files
committed
feat: arch to lowercase
1 parent 648624d commit b7cb2aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Layout/index.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ const Layout = () => {
6262
const archRes = arch();
6363
const ver = 'v' + (await getVersion());
6464

65-
Updater(res.toLowerCase(), archRes, ver)
65+
Updater(res.toLowerCase(), archRes.toLowerCase(), ver)
6666
.then((up) => {
6767
d1(setUpdate(up));
6868
})

0 commit comments

Comments
 (0)