1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-06 06:32:56 +01:00

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

View File

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