From 45819d53ef22fd9e338e03dcb7e8ce2bd2ac27c0 Mon Sep 17 00:00:00 2001 From: DJ2LS <75909252+DJ2LS@users.noreply.github.com> Date: Sun, 5 Sep 2021 15:58:14 +0200 Subject: [PATCH] Update build-project.yml --- .github/workflows/build-project.yml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build-project.yml b/.github/workflows/build-project.yml index ce35f682..42088a5f 100644 --- a/.github/workflows/build-project.yml +++ b/.github/workflows/build-project.yml @@ -176,12 +176,14 @@ jobs: mkdir gui-bundle cp ./gui/dist/*.AppImage gui-bundle cp -R ./tnc/dist/hamlib gui-bundle - cp -R ./tnc/dist/codec2 gui-bundle + #cp -R ./tnc/dist/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 - chmod +x ./tnc/dist/hamlib/linux/rigctld - chmod +x ./tnc/dist/tnc - chmod +x ./tnc/dist/daemon + chmod +x ./gui-bundle/hamlib/linux/rigctld + chmod +x ./gui-bundle/tnc + chmod +x ./gui-bundle/daemon cd ./gui-bundle zip -r codec2-FreeDATA_linux.zip . #tar -zcvf codec2-FreeDATA_linux.tar.gz *