Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nullchinchilla committed Oct 28, 2023
1 parent f3eac04 commit 3205387
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
@@ -1,5 +1,5 @@
#!/bin/sh
VERSION=$(cargo pkgid | cut -d "#" -f2)
VERSION=$(git describe)
mkdir -p ./OUTPUT/$VERSION/
mv ./target/x86_64-unknown-linux-musl/release/geph4-client ./OUTPUT/$VERSION/geph4-client-linux-amd64
mv ./target/x86_64-unknown-linux-gnu/release/geph4-vpn-helper ./OUTPUT/$VERSION/geph4-vpn-helper-linux-amd64
Expand Down

0 comments on commit 3205387

Please sign in to comment.