Initial commit

This commit is contained in:
Eagle517
2025-02-09 03:28:25 -06:00
commit f3f758c163
6 changed files with 223 additions and 0 deletions

10
bin/patch-bl Normal file
View File

@@ -0,0 +1,10 @@
#!/bin/bash
set -e
cd /data
echo "Patching Blockland..."
curl -fsSLJ --clobber -o Blockland.exe $BL_PATCH_EXE_URL
curl -fsSLJ --clobber -o RedBlocklandLoader.dll $BL_PATCH_LOADER_URL
curl -fsSLJ --clobber --output-dir ./modules/ --create-dirs -o WineFix.dll $BL_PATCH_WINEFIX_URL