mirror of
https://github.com/OpenRCT2/OpenRCT2.git
synced 2025-01-22 18:31:59 -05:00
Fix no contributors.md and licence.txt in windows portable builds (#10837)
This commit is contained in:
parent
e36d8f03e6
commit
e2bbd55304
1 changed files with 3 additions and 3 deletions
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue