소스 검색

update buildScript to set executable

karl.hudgell 4 년 전
부모
커밋
100ac8f013
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      buildRelease.sh

+ 2 - 0
buildRelease.sh

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