adjusted build command

pull/805/head
DJ2LS 2024-09-17 13:34:18 +02:00
parent ec28a556b9
commit cb38243c12
1 changed files with 13 additions and 11 deletions

View File

@ -57,18 +57,20 @@ 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=lib/hamlib/bin/*.exe=lib/hamlib/bin/ \
--include-data-files=lib/hamlib/bin/*.dll=lib/hamlib/bin/ \
--include-data-files=config.ini.example=config.ini \
--standalone server.py \
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/bin/*.exe=lib/hamlib/bin/ `
--include-data-files=lib/hamlib/bin/*.dll=lib/hamlib/bin/ `
--include-data-files=config.ini.example=config.ini `
--standalone server.py `
--output-filename=freedata-server
shell: pwsh
- name: LIST ALL FILES
run: ls -R