update buildScript to set executable

This commit is contained in:
karl.hudgell 2020-04-28 12:32:56 +01:00
parent 5704edd3da
commit 100ac8f013

View File

@ -7,6 +7,8 @@ mv ./release/miwatchkleaner2-linux-* ./release/Linux && \
mv ./release/miwatchkleaner2-macos-* ./release/MacOs && \ mv ./release/miwatchkleaner2-macos-* ./release/MacOs && \
chmod 0777 ./release/**/adb && \ chmod 0777 ./release/**/adb && \
chmod 0777 ./release/**/miwatchkleaner2-* && \ chmod 0777 ./release/**/miwatchkleaner2-* && \
chmod +x ./release/**/adb && \
chmod +x ./release/**/miwatchkleaner2-* && \
cd release/MacOS/ && \ cd release/MacOS/ && \
tar -pcvzf miwatchkleaner.$buildNum-macos.tar.gz adb data/ miwatchkleaner2-macos-x64 && \ tar -pcvzf miwatchkleaner.$buildNum-macos.tar.gz adb data/ miwatchkleaner2-macos-x64 && \
cd .. && \ cd .. && \