Skip to content

Commit

Permalink
first run adjusting nuitka import #804
Browse files Browse the repository at this point in the history
  • Loading branch information
DJ2LS committed Sep 17, 2024
1 parent 9bac398 commit e0b34bd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build_nsis_bundle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ 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=config.ini.example=config.ini --standalone server.py --output-filename=freedata-server
- name: LIST ALL FILES
run: ls -R
Expand All @@ -56,6 +56,7 @@ jobs:
arguments: '/V3'

- name: LIST ALL FILES
working-directory: freedata_server/server.dist
run: ls -R

- name: Upload artifact
Expand Down

0 comments on commit e0b34bd

Please sign in to comment.