Fix no contributors.md and licence.txt in windows portable builds (#10837)

This commit is contained in:
Ted John 2020-02-24 22:09:16 +00:00 committed by GitHub
parent e36d8f03e6
commit e2bbd55304
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -20,10 +20,10 @@ if [[ "$OSTYPE" == "cygwin" || "$OSTYPE" == "msys" ]]; then
fi fi
7z a -r $destination \ 7z a -r $destination \
openrct2.exe openrct2.com data \ openrct2.exe openrct2.com data \
../contributors.md \
../licence.txt \
../distribution/changelog.txt \ ../distribution/changelog.txt \
../distribution/contributors.md \ ../distribution/readme.txt
../distribution/licence.txt \
../distribution/readme.txt \
destination=$(cygpath -w $(readlink -f $destination)) destination=$(cygpath -w $(readlink -f $destination))
printf '\033[0;32m%s\033[0m\n' "${destination} created successfully" printf '\033[0;32m%s\033[0m\n' "${destination} created successfully"