Skip to content

Commit

Permalink
fix: upx path
Browse files Browse the repository at this point in the history
  • Loading branch information
moshloop committed Jan 29, 2022
1 parent e10f4d2 commit 6fbdfa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ test-e2e: bin
./test/e2e.sh

.bin/upx: .bin
wget -nv -O upx.tar.xz https://github.com/upx/upx/releases/download/v3.96/upx-3.96-$(OS)_$(ARCH).tar.xz
wget -nv -O upx.tar.xz https://github.com/upx/upx/releases/download/v3.96/upx-3.96-$(ARCH)_$(OS).tar.xz
tar xf upx.tar.xz
mv upx-3.96-$(OS)_$(ARCH)/upx .bin
rm -rf upx-3.96-$(OS)_$(ARCH)
Expand Down

0 comments on commit 6fbdfa0

Please sign in to comment.