mirror of
https://github.com/zumbiepig/MineXLauncher.git
synced 2025-06-08 09:24:48 +00:00
.
This commit is contained in:
parent
46b7349117
commit
ee1ccf73a4
@ -1,6 +1,6 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
echo 'Make sure you are running this in the `proxy` directory' &&
|
echo 'Make sure you are running this in the `proxy` directory' &&
|
||||||
rm -r ./bin &&
|
rm -rf ./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 &&
|
||||||
chmod +x ./bin/linux-x64 &&
|
chmod +x ./bin/linux-x64 &&
|
||||||
|
Loading…
x
Reference in New Issue
Block a user