From 214c7fe6e733116625a9d2956a70c402fab38966 Mon Sep 17 00:00:00 2001 From: Sergey Zhemoytel Date: Wed, 21 Aug 2024 22:06:39 +0000 Subject: [PATCH] 0.149.3 --- zed.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/zed.spec b/zed.spec index 3a0fd6e..32592f9 100644 --- a/zed.spec +++ b/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