diff options
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 |