We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ee6e71 commit ce56641Copy full SHA for ce56641
1 file changed
build_workstation_win.ps1
@@ -26,7 +26,8 @@ Run "painter\env\Scripts\pip install -r painter\requirements.txt"
26
27
# If your build relies on pyinstaller living in one env, pick ONE:
28
# Option A: install pyinstaller in painter env
29
-Run "painter\env\Scripts\pip install pyinstaller"
+Run "painter\env\Scripts\pip install --upgrade pyinstaller"
30
+
31
32
# Optional: print PyQt sanity (if applicable)
33
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')`""
37
38
Run "painter\env\Scripts\python painter\src\build\build_workstation.py"
39
40
41
42
# Zip output if present (nice for Actions downloads)
43
$dist = "painter\src\build\dist"
44
if (Test-Path $dist) {
0 commit comments