Tiny fixes.

This commit is contained in:
Mr_Goldberg 2019-05-03 08:47:40 -04:00
parent 9cdf99c63a
commit 3552eed3ec
No known key found for this signature in database
GPG Key ID: 8597D87419DEF278
2 changed files with 2 additions and 2 deletions

View File

@ -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:

View File

@ -7,7 +7,7 @@
<div><a href="X_LATEST_BUILD_URL_X">Latest Build From Git</a></div>
<div><a href="https://gitlab.com/Mr_Goldberg/goldberg_emulator/releases">Releases</a></div>
</br>
<div>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: <a href="https://gitlab.com/Mr_Goldberg/goldberg_emulator/commit/X_LATEST_BUILD_COMMIT_HASH_X">X_LATEST_BUILD_COMMIT_HASH_X</a></div>
<div>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: <a href="https://gitlab.com/Mr_Goldberg/goldberg_emulator/commit/X_LATEST_BUILD_COMMIT_HASH_X">X_LATEST_BUILD_COMMIT_HASH_X</a></div>
<h3>Source Code</h3>
<div><a href="https://gitlab.com/Mr_Goldberg/goldberg_emulator">Gitlab Repo</a></div>