1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2025-12-10 09:32:29 +01:00

Distribute openrct2.d.ts and scripting.md

This commit is contained in:
Ted John
2020-02-24 17:50:39 +00:00
parent 177c1a16a7
commit ae0c2638e3
3 changed files with 14 additions and 2 deletions

View File

@@ -23,7 +23,9 @@ if [[ "$OSTYPE" == "cygwin" || "$OSTYPE" == "msys" ]]; then
../contributors.md \
../licence.txt \
../distribution/changelog.txt \
../distribution/readme.txt
../distribution/readme.txt \
../distribution/scripting.md \
../distribution/openrct2.d.ts
destination=$(cygpath -w $(readlink -f $destination))
printf '\033[0;32m%s\033[0m\n' "${destination} created successfully"