mirror of
https://github.com/denisidoro/navi.git
synced 2026-01-23 02:14:19 +00:00
Comment UPX until I found how it was used and implemented it correctly
Signed-off-by: alexis-opolka <53085471+alexis-opolka@users.noreply.github.com>
This commit is contained in:
parent
f2b7d1f2c2
commit
b531c55426
1 changed files with 8 additions and 5 deletions
|
|
@ -103,11 +103,14 @@ release() {
|
|||
echo "EXTENSION=zip" >> $GITHUB_OUTPUT
|
||||
else
|
||||
|
||||
if upx --best --lzma "navi"; then
|
||||
log::info "upx succeeded"
|
||||
else
|
||||
log::info "upx failed"
|
||||
fi
|
||||
### @alexis-opolka - I'm currently disabling the usage of UPX since I cannot find how
|
||||
### it was used before the merge of the code from the @denisidoro/dotfiles repository.
|
||||
###
|
||||
#if upx --best --lzma "navi"; then
|
||||
# log::info "upx succeeded"
|
||||
#else
|
||||
# log::info "upx failed"
|
||||
#fi
|
||||
|
||||
|
||||
### For all other targets, they have tar as the norm
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue