Skip to content

Commit

Permalink
Update upx.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
cxjava committed May 29, 2019
1 parent 58f2fdc commit 18c7819
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion upx.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
#!/bin/bash
find ./dist -xdev -maxdepth 3 -type f -name 'AriaNg-go' -o -name 'AriaNg-go.exe' | xargs ./upx
set -ex
upx dist/*/AriaNg-go*

0 comments on commit 18c7819

Please sign in to comment.