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 15, 2023
1 parent 9dbcbb4 commit b304cdb
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 @@ -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

0 comments on commit b304cdb

Please sign in to comment.