1
0
mirror of https://github.com/zumbiepig/MineXLauncher.git synced 2025-06-08 09:24:48 +00:00
This commit is contained in:
zumbiepig 2024-09-13 15:18:17 -07:00
parent 7af47b5c09
commit c83512df9b
No known key found for this signature in database
GPG Key ID: 17C891BE28B953DE

View File

@ -1,4 +1,5 @@
#!/usr/bin/env bash
echo 'Make sure you are running this in the `proxy` directory' &&
rm -r ./bin &&
mkdir ./bin &&
bun build ./proxy.ts --compile --minify --target=bun-linux-x64-modern --outfile ./bin/linux-x64 &&