Working on the Linux Build Issues
This commit is contained in:
@@ -76,16 +76,20 @@ jobs:
|
||||
run: |
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y python3-tk python3-dev
|
||||
sudo apt-get install -y libappindicator3-dev gir1.2-appindicator3-0.1
|
||||
# Pystray requirements
|
||||
sudo apt-get install -y libgtk-3-dev python3-gi python3-gi-cairo gir1.2-gtk-3.0
|
||||
# Direct dependencies for system tray functionality
|
||||
sudo apt-get install -y gir1.2-appindicator3-0.1
|
||||
# Additional libraries
|
||||
sudo apt-get install -y libcairo2-dev libgirepository1.0-dev
|
||||
# For QR code display
|
||||
sudo apt-get install -y python3-pil.imagetk
|
||||
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
pip install pyinstaller
|
||||
pip install -r requirements.txt
|
||||
pip install pycairo PyGObject
|
||||
|
||||
- name: Build executable
|
||||
run: |
|
||||
pyinstaller macropad_linux.spec
|
||||
|
Reference in New Issue
Block a user