From cf1811f59da965f0ad7b547aeba75d09fbd55269 Mon Sep 17 00:00:00 2001 From: DJ2LS <75909252+DJ2LS@users.noreply.github.com> Date: Mon, 6 Sep 2021 17:38:14 +0200 Subject: [PATCH] Update build-project.yml --- .github/workflows/build-project.yml | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/.github/workflows/build-project.yml b/.github/workflows/build-project.yml index a0e1eec1..6848a9bd 100644 --- a/.github/workflows/build-project.yml +++ b/.github/workflows/build-project.yml @@ -89,14 +89,16 @@ jobs: # cmake -DLPCNET_BUILD_DIR=~/LPCNet/build_linux .. # make - - name: Copy codec2 to TNC Linux - if: matrix.os == 'ubuntu-latest' - #working-directory: tnc - run: | - #cp -R ~/codec2 ./tnc/dist - cp -R ~/codec2 ./tnc/ - ls -R - + #- name: Copy codec2 to TNC Linux + # if: matrix.os == 'ubuntu-latest' + # #working-directory: tnc + # run: | + # #cp -R ~/codec2 ./tnc/dist + # cp -R ~/codec2 ./tnc/ + # ls -R + + + #- name: Copy LPCNet to TNC Linux # if: matrix.os == 'ubuntu-latest' # #working-directory: tnc @@ -110,7 +112,7 @@ jobs: working-directory: tnc run: | pyinstaller -F daemon.py -n daemon - pyinstaller -F main.py -n tnc + pyinstaller -F --add-binary ~/codec2/build_linux/src/libcodec2.so.1.0:. main.py -n tnc - name: LIST ALL FILES shell: bash @@ -177,7 +179,7 @@ jobs: cp ./gui/dist/*.AppImage gui-bundle cp -R ./tnc/dist/hamlib gui-bundle #cp -R ./tnc/dist/codec2 gui-bundle - cp -R ./tnc/codec2 gui-bundle + #cp -R ./tnc/codec2 gui-bundle #cp -R ./tnc/LPCNet gui-bundle cp ./tnc/dist/daemon gui-bundle cp ./tnc/dist/tnc gui-bundle