Skip to content

Commit

Permalink
update package
Browse files Browse the repository at this point in the history
  • Loading branch information
Qiao Qiao committed Jul 26, 2024
1 parent 33b77e9 commit 1f0f02d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions bin/package
Original file line number Diff line number Diff line change
Expand Up @@ -99,10 +99,9 @@ pyinstaller \
--noconfirm \
--onefile \
--copy-metadata gdc-client \
--name gdc-client \
-c ../src/gdc_client/cli.py

mv ./dist/cli ./dist/$BINARY_NAME

echo "Testing produced binary..."
./dist/$BINARY_NAME --help

Expand Down

0 comments on commit 1f0f02d

Please sign in to comment.