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 30e46f09a8
commit 46b7349117
No known key found for this signature in database
GPG Key ID: 17C891BE28B953DE

View File

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