diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6961cac..e9cb660 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -72,7 +72,7 @@ build_windows: - DLL_FILES="$(ls dll/*.cpp | tr "\n" " ")"; sed "s|dll/\*.cpp|$DLL_FILES|g" -i *.bat - DLL_FILES="$(ls detours/*.cpp | tr "\n" " ")"; sed "s|detours/\*.cpp|$DLL_FILES|g" -i *.bat - DLL_FILES="$(ls dll/*.proto | tr "\n" " " | sed "s/.proto/.pb.cc/g")"; sed "s|dll/\*.cc|$DLL_FILES|g" -i *.bat - - WINEDEBUG=-all + - export WINEDEBUG=-all - wine cmd /c build_win_release.bat artifacts: paths: diff --git a/website/template.html b/website/template.html index be2eb6e..2945e25 100644 --- a/website/template.html +++ b/website/template.html @@ -7,7 +7,7 @@
Latest Build From Git
Releases

-
These Download links have both the Linux and Windows builds in the same package. The Linux builds are built on Steam OS so they should work wherever Steam Linux games work. The latest Git build is built by the Gitlab CI everytime a new commit is pushed to the repo. Right now this is commit: X_LATEST_BUILD_COMMIT_HASH_X
+
These Download links have both the Linux and Windows builds in the same package. The Linux builds are built on Steam OS so they should work wherever Steam Linux games work. The latest Git build is built by the Gitlab CI every time a new commit is pushed to the repo. Right now this is commit: X_LATEST_BUILD_COMMIT_HASH_X

Source Code

Gitlab Repo