From 30e46f09a8659c55e3a3ce373885fe02101b1cf8 Mon Sep 17 00:00:00 2001 From: zumbiepig <121742281+zumbiepig@users.noreply.github.com> Date: Fri, 13 Sep 2024 15:17:36 -0700 Subject: [PATCH] . --- proxy/build.sh | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/proxy/build.sh b/proxy/build.sh index c9d87f5..2574d1b 100755 --- a/proxy/build.sh +++ b/proxy/build.sh @@ -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