temporary hamlib fix - but hardcoded..

pull/805/head
DJ2LS 2024-09-17 12:27:16 +02:00
parent f0154143ed
commit bec583e2f8
1 changed files with 12 additions and 1 deletions

View File

@ -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