This commit is contained in:
Marc Riera Irigoyen 2022-10-23 23:40:55 +02:00
parent 01d3cb5e45
commit 4cd832c6d3
2 changed files with 1 additions and 2 deletions

View file

@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- name: Package application - name: Package application
uses: yshalsager/pyinstaller-action-linux@main uses: adriansr/pyinstaller-action-linux@main
with: with:
path: . path: .

View file

@ -1,3 +1,2 @@
evdev evdev
PyQt5 PyQt5
pyinstaller=5.4.1