Skip to content

Commit

Permalink
quick fix script bug (#243)
Browse files Browse the repository at this point in the history
  • Loading branch information
shrimalmadhur authored Sep 8, 2021
1 parent 5192235 commit a2a03d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/compile.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ xgo -go 1.16.3 --targets=${TARGETS} -out "bin/rosetta-cli-${VERSION}" .;

# Rename some files
mv "bin/rosetta-cli-${VERSION}-darwin-10.12-amd64" "bin/rosetta-cli-${VERSION}-darwin-amd64"
mv "bin/rosetta-cli-${VERSION}-darwin-10.12-amd64" "bin/rosetta-cli-${VERSION}-darwin-arm64"
mv "bin/rosetta-cli-${VERSION}-darwin-10.12-arm64" "bin/rosetta-cli-${VERSION}-darwin-arm64"
mv "bin/rosetta-cli-${VERSION}-windows-4.0-amd64.exe" "bin/rosetta-cli-${VERSION}-windows-amd64"

# Tar all files
Expand Down

0 comments on commit a2a03d0

Please sign in to comment.