From 61126bf3ebff568cbbc088449640de7153df5162 Mon Sep 17 00:00:00 2001 From: Senorsen Date: Thu, 26 May 2016 20:03:44 +0800 Subject: [PATCH] No need to use upx... --- build.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/build.sh b/build.sh index 2ec0e09..674901c 100755 --- a/build.sh +++ b/build.sh @@ -34,7 +34,6 @@ ar xf $DEBFILENAME tar xvf data.tar.xz mkdir -p $SEMIDIR mv usr $SEMIDIR/ -upx $SEMIDIR/usr/lib/netease-cloud-music/netease-cloud-music mkdir -p $SEMIDIR/usr/bin rm -rf $SEMIDIR/usr/bin/netease-cloud-music install -m 755 ../misc/netease-cloud-music $SEMIDIR/usr/bin/netease-cloud-music