diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a3cee1d..22882cf 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -27,7 +27,7 @@ jobs: - name: Install dependencies run: | python -m pip install --upgrade pip - pip install pyinstaller sip importlib PySide6-Addons psutil + pip install pyinstaller sip importlib PySide6-Addons psutil chardet pip install PyQt5 # Step 4: Build the .exe file diff --git a/build.sh b/build.sh index 6484f65..bd231ed 100755 --- a/build.sh +++ b/build.sh @@ -48,7 +48,7 @@ python -m pip install --upgrade pip # Ensure the necessary packages are installed log "Installing required packages..." -pip install pyinstaller sip importlib PySide6-Addons psutil +pip install pyinstaller sip importlib PySide6-Addons psutil chardet pip install pyqt5 --config-settings --confirm-license= --verbose # Check if the .spec file exists