1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-21 05:53:02 +01:00

Merge pull request #495 from kevinburke/symbolic-link

Add symbolic link if it is not present
This commit is contained in:
Ted John
2014-09-30 20:41:42 +01:00

View File

@@ -11,6 +11,10 @@ pushd build
make
popd
if [[ ! -h openrct2.dll ]]; then
ln -s build/openrct2.dll openrct2.dll
fi
if [[ -t 1 ]]; then
echo -e "\nDone! Run OpenRCT2 by typing:\n\n\033[95mwine openrct2.exe\n\033[0m"
else