diff options
author | gumi <mekolat@users.noreply.github.com> | 2017-11-20 15:13:56 -0500 |
---|---|---|
committer | gumi <mekolat@users.noreply.github.com> | 2017-11-20 15:13:56 -0500 |
commit | 8f07eda99a1fcfdfc808693e25d4b3b3b388b128 (patch) | |
tree | 815be0a1f1575f5ed16576cf1fefb51dbac6bbf4 /client/make-music.sh | |
parent | e97b3f71b9198f27fac03f53eacc3e7c9d32b750 (diff) | |
download | tools-8f07eda99a1fcfdfc808693e25d4b3b3b388b128.tar.gz tools-8f07eda99a1fcfdfc808693e25d4b3b3b388b128.tar.bz2 tools-8f07eda99a1fcfdfc808693e25d4b3b3b388b128.tar.xz tools-8f07eda99a1fcfdfc808693e25d4b3b3b388b128.zip |
improve the update script
Diffstat (limited to 'client/make-music.sh')
-rw-r--r-- | client/make-music.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/client/make-music.sh b/client/make-music.sh index cdec1dc..dafcf2c 100644 --- a/client/make-music.sh +++ b/client/make-music.sh @@ -45,7 +45,9 @@ cp xml_header.txt resources.xml cat xml_footer.txt >>resources.xml echo ">> Moving stuff around..." +chmod a+r Legacy-music.zip cp Legacy-music.zip $output/ +chmod a+r resources.xml cp resources.xml $output/ popd popd |