This commit is contained in:
Sergey Zhemoytel 2024-08-21 22:06:39 +00:00
parent a2db65662d
commit 214c7fe6e7

View file

@ -68,7 +68,8 @@ cargo build --release --target "${target_triple}" --package zed --package cli
strip --strip-debug "target/${target_triple}/release/zed"
strip --strip-debug "target/${target_triple}/release/cli"
upx target/*linux*/release/*
upx target/*linux*/release/zed
upx target/*linux*/release/cli
%install