Skip to content

Commit

Permalink
Merge pull request #526 from fsat/native-conduct-windows
Browse files Browse the repository at this point in the history
Ensure native executable generated in Windows is done using .spec files
  • Loading branch information
fsat authored Jul 21, 2017
2 parents 68f4978 + af4a961 commit 2f6ef7e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package-native-zip.bat
Original file line number Diff line number Diff line change
Expand Up @@ -21,19 +21,19 @@ echo ------------------------------------------------
echo Creating single executable for 'conduct' command
echo ------------------------------------------------
echo.
pyinstaller --onefile conductr_cli/conduct.py
pyinstaller conduct.spec

echo ------------------------------------------------
echo Creating single executable for 'shazar' command
echo ------------------------------------------------
echo.
pyinstaller --onefile conductr_cli/shazar.py
pyinstaller shazar.spec

echo ------------------------------------------------
echo Creating single executable for 'bndl' command
echo ------------------------------------------------
echo.
pyinstaller --onefile conductr_cli/bndl.py
pyinstaller bndl.spec

echo ------------------------------------------------
echo Validating version for 'conduct' command
Expand Down

0 comments on commit 2f6ef7e

Please sign in to comment.