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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user