Skip to content

Commit

Permalink
FIX
Browse files Browse the repository at this point in the history
  • Loading branch information
straussmaximilian committed Mar 28, 2022
1 parent 221b0e9 commit ac0064f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release/one_click_windows_gui/create_installer_windows.bat
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ call python setup.py sdist bdist_wheel
call cd release/one_click_windows_gui
call pip install "../../dist/picassosr-0.4.1-py3-none-any.whl"

call pip install pyinstaller==4.2
call pip install pyinstaller
call pyinstaller ../pyinstaller/picasso.spec -y
call pyinstaller ../pyinstaller/picassow.spec -y
call conda deactivate
Expand Down

0 comments on commit ac0064f

Please sign in to comment.