mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-02-28 22:13:30 +00:00
chore(just): remove aliases to old "patch" verb for fixes
This commit is contained in:
parent
029ab4a957
commit
9ec3dcfaee
@ -6,8 +6,6 @@ fix-steam-download-speed:
|
|||||||
rm -f $HOME/.local/share/Steam/steam_dev.cfg
|
rm -f $HOME/.local/share/Steam/steam_dev.cfg
|
||||||
bash -c 'printf "@nClientDownloadEnableHTTP2PlatformLinux 0\n@fDownloadRateImprovementToAddAnotherConnection 1.0\n" > $HOME/.local/share/Steam/steam_dev.cfg'
|
bash -c 'printf "@nClientDownloadEnableHTTP2PlatformLinux 0\n@fDownloadRateImprovementToAddAnotherConnection 1.0\n" > $HOME/.local/share/Steam/steam_dev.cfg'
|
||||||
|
|
||||||
alias patch-source1-tcmalloc := fix-source1-tcmalloc
|
|
||||||
|
|
||||||
# Patch a bug in some 32-bit Source 1.x titles that causes them to crash at startup
|
# Patch a bug in some 32-bit Source 1.x titles that causes them to crash at startup
|
||||||
fix-source1-tcmalloc:
|
fix-source1-tcmalloc:
|
||||||
#!/usr/bin/bash
|
#!/usr/bin/bash
|
||||||
@ -15,8 +13,6 @@ fix-source1-tcmalloc:
|
|||||||
echo 'LD_PRELOAD=/usr/lib/libtcmalloc_and_profiler.so.4 %command%'
|
echo 'LD_PRELOAD=/usr/lib/libtcmalloc_and_profiler.so.4 %command%'
|
||||||
echo "Delete libtcmalloc_minimal.so.x in the game's bin folder if present."
|
echo "Delete libtcmalloc_minimal.so.x in the game's bin folder if present."
|
||||||
|
|
||||||
alias patch-gmod := fix-gmod
|
|
||||||
|
|
||||||
# Patch GMod's 64-bit beta to work properly on Linux (https://github.com/solsticegamestudios/GModCEFCodecFix)
|
# Patch GMod's 64-bit beta to work properly on Linux (https://github.com/solsticegamestudios/GModCEFCodecFix)
|
||||||
fix-gmod:
|
fix-gmod:
|
||||||
#!/usr/bin/bash
|
#!/usr/bin/bash
|
||||||
|
Loading…
x
Reference in New Issue
Block a user