Skip to content

Commit

Permalink
Fix typo in directory name from universal-binary to universal_binary …
Browse files Browse the repository at this point in the history
…in move_built.sh
  • Loading branch information
nullchinchilla committed Nov 22, 2024
1 parent ae3790d commit 5bab31e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion move_built.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ mv ./target/i686-linux-android/release/geph4-client ./OUTPUT/$VERSION/geph4-clie
mv ./target/i686-pc-windows-msvc/release/geph4-client.exe ./OUTPUT/$VERSION/geph4-client-windows-i386.exe
mv ./target/release/geph4-client.exe ./OUTPUT/$VERSION/geph4-client-windows-i386.exe
mv ./target/x86_64-apple-darwin/release/geph4-client ./OUTPUT/$VERSION/geph4-client-macos-amd64
mv ./universal-binary/geph4-client ./OUTPUT/$VERSION/geph4-client-macos-universal
mv ./universal_binary/geph4-client ./OUTPUT/$VERSION/geph4-client-macos-universal
exit 0

0 comments on commit 5bab31e

Please sign in to comment.