Bypass tamper detection
continuous-integration/drone/push Build is passing Details

master
Simon Bruder 2020-08-25 13:57:02 +02:00
parent 49c3bf282b
commit 72803468f6
No known key found for this signature in database
GPG Key ID: 6F03E0000CC5B62F
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@ ARG CACHEBUST=1
RUN OSU_VERSION=$(curl -s https://api.github.com/repos/ppy/osu/releases/latest | jq -r .tag_name) \
&& git clone --depth=1 --single-branch -b ${OSU_VERSION} https://github.com/ppy/osu \
&& cd osu \
&& curl https://raw.githubusercontent.com/NixOS/nixpkgs/master/pkgs/games/osu-lazer/bypass-tamper-detection.patch | git apply \
&& dotnet publish \
-c Release \
-r linux-x64 \