Skip to content

Commit

Permalink
Fix naming of build output
Browse files Browse the repository at this point in the history
  • Loading branch information
blechschmidt committed Nov 14, 2023
1 parent 0b45ff1 commit 9dbcbb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ test "$INSTALL" = "1" && {
}

if test "$BUNDLE" = "1"; then
pyinstaller --clean -F -n pallium-"$(uname -m)" --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
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
fi

0 comments on commit 9dbcbb4

Please sign in to comment.