Skip to content

Commit 8248b6e

Browse files
committed
install pyinstaller into env
1 parent 48b6812 commit 8248b6e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ powershell -Command "$ProgressPreference = 'SilentlyContinue'; Expand-Archive Fi
5353

5454
:: Package heavy using pyinstaller
5555
python -m ensurepip
56-
python -m pip install poetry poetry-pyinstaller-plugin
56+
python -m pip install poetry poetry-pyinstaller-plugin pyinstaller
5757

5858
cd hvcc
5959
poetry build

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ cp -rf ./dpf-widgets ./Heavy/lib/dpf-widgets
187187

188188
# Package Heavy with pyinstaller
189189
python3 -m ensurepip
190-
python3 -m pip install poetry poetry-pyinstaller-plugin
190+
python3 -m pip install poetry poetry-pyinstaller-plugin pyinstaller
191191

192192
pushd hvcc
193193
poetry build

0 commit comments

Comments
 (0)