mirror of
https://github.com/veeso/termscp.git
synced 2026-07-25 00:57:18 +02:00
Strip binary with new 1.59 feature
This commit is contained in:
2
dist/build/macos.sh
vendored
2
dist/build/macos.sh
vendored
@@ -18,7 +18,7 @@ if [ ! -f Cargo.toml ]; then
|
||||
fi
|
||||
|
||||
# Build release
|
||||
cargo build --release && cargo strip
|
||||
cargo build --release
|
||||
# Make pkg
|
||||
cd target/release/
|
||||
PKG="termscp-v${VERSION}-x86_64-apple-darwin.tar.gz"
|
||||
|
||||
Reference in New Issue
Block a user