include lib folder for macOS cmake zip file

This commit is contained in:
adam-bloom 2021-03-13 10:59:44 -07:00
parent d8f9f38576
commit 2c7afa9cab
1 changed files with 3 additions and 0 deletions

View File

@ -54,6 +54,9 @@ else
mkdir -p $workdir/OpenRCT2
cp -r $install/bin/* $workdir/OpenRCT2
if [[ "$OSTYPE" == "darwin"* ]]; then
cp -R $install/lib/ $workdir/OpenRCT2
fi
cp -r $install/share/doc/openrct2 $workdir/OpenRCT2/doc
cp -r $install/share/openrct2 $workdir/OpenRCT2/data
pushd $workdir > /dev/null