Skip to content

Commit

Permalink
fix build script
Browse files Browse the repository at this point in the history
  • Loading branch information
curtisma committed Mar 6, 2024
1 parent 87e0af7 commit b78c92f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ ln -s "virtue/virtue.cdsLibMgr.il" "$DIST_PATH/virtue.cdsLibMgr.il"
# Build Python package
flit build
mkdir "$DIST_PATH/pkgs"
mv "dist/virtue-skill-${VERSION:1}.tar.gz" "$DIST_PATH/pkgs/"
mv "dist/virtue_skill-${VERSION:1}.tar.gz" "$DIST_PATH/pkgs/"
mv "dist/virtue_skill-${VERSION:1}-py3-none-any.whl" "$DIST_PATH/pkgs/"
# Build executable
#pyinstaller -F -n virtue virtue/cli.py
Expand Down

0 comments on commit b78c92f

Please sign in to comment.