Skip to content

Commit 30152c1

Browse files
committed
fixing python pyinstaller script path for windows
1 parent ce56641 commit 30152c1

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

build_workstation_win.ps1

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@ Run "painter\env\Scripts\python -c `"import PyQt5; print('PyQt5 OK')`""
3535
# Run your build entrypoint
3636
# If you have a Windows script already, call it here:
3737
#
38-
Run "painter\env\Scripts\python painter\src\build\build_workstation.py"
38+
Run "painter\env\Scripts\python painter\src\build\run_pyinstaller_workstation.py"
39+
3940

4041

4142

0 commit comments

Comments
 (0)