Bypass tamper detection
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
49c3bf282b
commit
72803468f6
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue