We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 854faf9 commit f24eefeCopy full SHA for f24eefe
1 file changed
testing/run_unit_tests.sh
@@ -46,6 +46,8 @@ function build_quakec()
46
47
echo "[INFO]: Moving QuakeC to game download.."
48
cp "${REPO_PWD}/build/fte/qwprogs.dat" "${WORKING_DIRECTORY}/nzportable-linux64/nzp/"
49
+ cp "${REPO_PWD}/build/fte/csprogs.dat" "${WORKING_DIRECTORY}/nzportable-linux64/nzp/"
50
+ cp "${REPO_PWD}/build/fte/menu.dat" "${WORKING_DIRECTORY}/nzportable-linux64/nzp/"
51
}
52
53
function run_test()
0 commit comments