Skip to content

Commit ce56641

Browse files
committed
pyinstaller fix windows build
1 parent 1ee6e71 commit ce56641

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

build_workstation_win.ps1

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ Run "painter\env\Scripts\pip install -r painter\requirements.txt"
2626

2727
# If your build relies on pyinstaller living in one env, pick ONE:
2828
# Option A: install pyinstaller in painter env
29-
Run "painter\env\Scripts\pip install pyinstaller"
29+
Run "painter\env\Scripts\pip install --upgrade pyinstaller"
30+
3031

3132
# Optional: print PyQt sanity (if applicable)
3233
Run "painter\env\Scripts\python -c `"import PyQt5; print('PyQt5 OK')`""
@@ -37,6 +38,7 @@ Run "painter\env\Scripts\python -c `"import PyQt5; print('PyQt5 OK')`""
3738
Run "painter\env\Scripts\python painter\src\build\build_workstation.py"
3839

3940

41+
4042
# Zip output if present (nice for Actions downloads)
4143
$dist = "painter\src\build\dist"
4244
if (Test-Path $dist) {

0 commit comments

Comments
 (0)