Skip to content

Commit

Permalink
Update zigup.js
Browse files Browse the repository at this point in the history
  • Loading branch information
txthinking authored Oct 28, 2023
1 parent 1331033 commit 3b7b9c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/zigup.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ if(nami.os == "linux" && nami.arch == "arm64"){
s = "ubuntu-latest-aarch64"
}
if(nami.os == "linux" && nami.arch == "amd64"){
s = "ubuntu-linux-x86_64"
s = "ubuntu-latest-x86_64"
}
cp(`https://github.com/marler8997/zigup/releases/latest/download/zigup.${s}.zip`, `zigup`, `${nami.cache_dir}/zigup`)

0 comments on commit 3b7b9c0

Please sign in to comment.