Skip to content

Commit

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

0 comments on commit 58f2fdc

Please sign in to comment.