mirror of
https://github.com/DJ2LS/FreeDATA
synced 2024-05-14 08:04:33 +00:00
Update build-project.yml
This commit is contained in:
parent
3d6b74aeb5
commit
e53ed04383
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build-project.yml
vendored
2
.github/workflows/build-project.yml
vendored
|
@ -44,7 +44,7 @@ jobs:
|
||||||
working-directory: tnc
|
working-directory: tnc
|
||||||
run: |
|
run: |
|
||||||
pyinstaller -F daemon.py -n daemon
|
pyinstaller -F daemon.py -n daemon
|
||||||
pyinstaller -F --add-binary libcodec2.dll:. --add-binary hamlib/windows/hamlib4.dll:. --add-binary hamlib/linux/Hamlib.py:. -n tnc main.py
|
pyinstaller -F --add-binary libcodec2.dll:. --add-binary hamlib/windows/hamlib-4.dll:. --add-binary hamlib/linux/Hamlib.py:. -n tnc main.py
|
||||||
|
|
||||||
- name: LIST ALL FILES
|
- name: LIST ALL FILES
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
Loading…
Reference in a new issue