Skip to content

Commit 1810413

Browse files
committed
unimportant
1 parent f62aaeb commit 1810413

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.mgit/bundle.sh

+1-2
Original file line numberDiff line numberDiff line change
@@ -442,8 +442,7 @@ make_osx_app() {
442442
compress_exe() {
443443
[ "$COMPRESS_EXE" ] || return
444444
say "Compressing $EXE..."
445-
which upx >/dev/null 2>/dev/null || { say "UPX not found."; return; }
446-
upx -qqq "$EXE"
445+
bin/mingw64/upx -qqq "$EXE"
447446
}
448447

449448
# usage: P=platform MODULES='mod1 ...' ALIBS='lib1 ...' DLIBS='lib1 ...'

bin/mingw64/upx.exe

397 KB
Binary file not shown.

0 commit comments

Comments
 (0)