From a80b5843a7fe89430cc90154b642dba8de456c8b Mon Sep 17 00:00:00 2001 From: Syping Date: Wed, 24 Jul 2019 19:10:14 +0200 Subject: [PATCH] fix build script --- .ci/windows_build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci/windows_build.sh b/.ci/windows_build.sh index 44fe9cb..b390c4b 100755 --- a/.ci/windows_build.sh +++ b/.ci/windows_build.sh @@ -16,4 +16,4 @@ qmake-static ${QMAKE_FLAGS_QT5} ${QMAKE_BUILD_TYPE} "DEFINES+=GTA5SYNC_BUILDCODE make depend && \ make -j 4 && \ cp -Rf release/*.exe ${PROJECT_DIR}/assets/${GTA5VIEW_EXECUTABLE} && \ -cd ${PROJECT_DIR}/assets && \ +cd ${PROJECT_DIR}/assets