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:17:36 -07:00
parent 8f0f7d08ce
commit 7af47b5c09
No known key found for this signature in database
GPG Key ID: 17C891BE28B953DE

View File

@ -1,12 +1,7 @@
#!/usr/bin/env bash
rm -rf ./bin &&
rm -r ./bin &&
mkdir ./bin &&
bun build ./proxy.ts --compile --minify --target=bun-linux-x64-modern --outfile ./bin/linux-x64 &&
chmod +x ./bin/linux-x64 &&
bun build ./proxy.ts --compile --minify --target=bun-linux-arm64-modern --outfile ./bin/linux-arm64 &&
chmod +x ./bin/linux-arm64 &&
bun build ./proxy.ts --compile --minify --target=bun-windows-x64-modern --outfile ./bin/windows-x64.exe &&
bun build ./proxy.ts --compile --minify --target=bun-darwin-x64-modern --outfile ./bin/macos-x64 &&
chmod +x ./bin/macos-x64 &&
bun build ./proxy.ts --compile --minify --target=bun-darwin-arm64-modern --outfile ./bin/macos-arm64 &&
chmod +x ./bin/macos-arm64
chmod +x ./bin/linux-arm64