mirror of https://github.com/DJ2LS/FreeDATA.git
adjusted build command
parent
ec28a556b9
commit
cb38243c12
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue