mirror of https://github.com/DJ2LS/FreeDATA.git
temporary hamlib fix - but hardcoded..
parent
f0154143ed
commit
bec583e2f8
|
|
@ -44,7 +44,18 @@ jobs:
|
|||
- name: Build binaries
|
||||
working-directory: freedata_server
|
||||
run: |
|
||||
python3 -m nuitka --remove-output --assume-yes-for-downloads --follow-imports --include-data-dir=lib/*=lib --include-data-dir=../freedata_gui/dist=gui --include-data-files=lib/codec2/*=lib/codec2/ --include-data-files=config.ini.example=config.ini --standalone server.py --output-filename=freedata-server
|
||||
python3 -m nuitka \
|
||||
--remove-output \
|
||||
--assume-yes-for-downloads \
|
||||
--follow-imports \
|
||||
--include-data-dir=lib=lib \
|
||||
--include-data-dir=../freedata_gui/dist=gui \
|
||||
--include-data-files=lib/codec2/*=lib/codec2/ \
|
||||
--include-data-files=lib/hamlib/hamlib-w64-4.5.5/bin/*.exe=lib/hamlib/hamlib-w64-4.5.5/bin/ \
|
||||
--include-data-files=lib/hamlib/hamlib-w64-4.5.5/bin/*.dll=lib/hamlib/hamlib-w64-4.5.5/bin/ \
|
||||
--include-data-files=config.ini.example=config.ini \
|
||||
--standalone server.py \
|
||||
--output-filename=freedata-server
|
||||
|
||||
- name: LIST ALL FILES
|
||||
run: ls -R
|
||||
|
|
|
|||
Loading…
Reference in New Issue