Skip to content

Commit

Permalink
fix metadata issue. (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
gkmngrgn authored Mar 28, 2023
1 parent ca01bb4 commit 15aea40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ echo "DIRECTORY : ${DIR_NAME}"
echo "---"

poetry install --no-ansi --no-interaction
poetry run pyinstaller dosh_cli/__main__.py --name=dosh --console --noconfirm --clean
poetry run pyinstaller dosh_cli/__main__.py --name=dosh --copy-metadata=dosh-core --console --noconfirm --clean
[ -d "${DIR_NAME}" ] && rm -rf "${DIR_NAME}"
mv dist/dosh "${DIR_NAME}"

0 comments on commit 15aea40

Please sign in to comment.