Skip to content

Commit

Permalink
installer: Make gradlew executable
Browse files Browse the repository at this point in the history
  • Loading branch information
makamys committed Nov 29, 2022
1 parent d9c7c9f commit 51a3271
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions updater/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,6 @@
rsync -av . $1 --exclude-from='updater/excludes.txt' --exclude-from='updater/persist.txt'
rsync -av . $1 --files-from='updater/persist.txt' --ignore-existing
rsync -av .github.disabled/* $1/.github

(cd $1; git update-index --chmod=+x gradlew)
(cd $1; git update-index --chmod=+x publish/gradlew)

0 comments on commit 51a3271

Please sign in to comment.