From b304cdb96eb61de50e55cce39101ee126066b5f9 Mon Sep 17 00:00:00 2001 From: "B. Blechschmidt" Date: Wed, 15 Nov 2023 23:18:50 +0100 Subject: [PATCH] Fix naming of build output --- dist/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/build.sh b/dist/build.sh index ab51963..6a290ca 100755 --- a/dist/build.sh +++ b/dist/build.sh @@ -239,5 +239,5 @@ test "$INSTALL" = "1" && { if test "$BUNDLE" = "1"; then pyinstaller --clean -F -n pallium-"$(uname -m)"-bundle-linux --distpath bin --add-binary tun2socks:bin --add-binary tor:bin --add-binary runsc:bin --add-binary gvisor-init:bin --add-binary slirpnetstack:bin --add-data tor-lib:tor-lib --add-data ../extra/licensing:licensing bootstrap.py else - pyinstaller --clean -F -n pallium-"$(uname -m)"-bundle-linux --distpath bin bootstrap.py + pyinstaller --clean -F -n pallium-"$(uname -m)"-linux --distpath bin bootstrap.py fi