We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48b6812 commit 8248b6eCopy full SHA for 8248b6e
build.bat
@@ -53,7 +53,7 @@ powershell -Command "$ProgressPreference = 'SilentlyContinue'; Expand-Archive Fi
53
54
:: Package heavy using pyinstaller
55
python -m ensurepip
56
-python -m pip install poetry poetry-pyinstaller-plugin
+python -m pip install poetry poetry-pyinstaller-plugin pyinstaller
57
58
cd hvcc
59
poetry build
build.sh
@@ -187,7 +187,7 @@ cp -rf ./dpf-widgets ./Heavy/lib/dpf-widgets
187
188
# Package Heavy with pyinstaller
189
python3 -m ensurepip
190
-python3 -m pip install poetry poetry-pyinstaller-plugin
+python3 -m pip install poetry poetry-pyinstaller-plugin pyinstaller
191
192
pushd hvcc
193
0 commit comments