mirror of
https://abf.rosa.ru/djam/zed.git
synced 2025-02-23 08:02:47 +00:00
0.149.3
This commit is contained in:
parent
a2db65662d
commit
214c7fe6e7
1 changed files with 2 additions and 1 deletions
3
zed.spec
3
zed.spec
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue