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:
alexis-opolka 2025-04-09 20:14:27 +02:00
parent f2b7d1f2c2
commit b531c55426

View file

@ -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