no that was wrong, revert path

This commit is contained in:
Marcus 2024-01-15 00:03:55 +01:00
parent ee97af6be8
commit 5f8cea8411
1 changed files with 2 additions and 2 deletions

View File

@ -330,8 +330,8 @@ case $XASH_INSTALL_VERSION in
cd $XASH_BUILD_DIR/$XASH_GIT_DIR/bin
case $XASH_INSTALL_TYPE in
server)
# old cp -R engine/xash3d $XASH_INSTALL_DIR/xash
cp -R build/xash3d/bin/engine/xash3d $XASH_INSTALL_DIR/xash
cp -R engine/xash3d $XASH_INSTALL_DIR/xash
#cp -R build/xash3d/bin/engine/xash3d $XASH_INSTALL_DIR/xash
checkerror $?
;;
client)