Skip to content

Commit

Permalink
Fix a build package for Windows fails on AppVeyor CI
Browse files Browse the repository at this point in the history
  • Loading branch information
thombashi committed Sep 22, 2018
1 parent 3e1868a commit a781d83
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions build_win_package.bat
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@

set BIN_NAME=sqlitebiter

pip install --upgrade pip
pip install --upgrade .[build]

echo "----- start build -----"
pyinstaller cli.py --onefile --name %BIN_NAME% --clean --noconfirm --specpath build
echo "----- complete build -----"
Expand Down

0 comments on commit a781d83

Please sign in to comment.