Skip to content

Commit

Permalink
Added the chardet library to all environment
Browse files Browse the repository at this point in the history
  • Loading branch information
LouisOuellet committed Dec 5, 2024
1 parent 365143a commit 27b784c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 27b784c

Please sign in to comment.