diff --git a/upx.sh b/upx.sh index b7143ba..10a24ab 100755 --- a/upx.sh +++ b/upx.sh @@ -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