Update build-project.yml

This commit is contained in:
DJ2LS 2021-09-06 19:01:59 +02:00 committed by GitHub
parent fee19714bd
commit e19e9b34c6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -119,12 +119,12 @@ jobs:
run: |
ls -R
- name: Copy hamlib to TNC Linux
if: matrix.os == 'ubuntu-latest'
working-directory: tnc
run: |
cp -R ./hamlib ./dist
chmod +x ./dist/hamlib/linux/rigctld
#- name: Copy hamlib to TNC Linux
# if: matrix.os == 'ubuntu-latest'
# working-directory: tnc
# run: |
# cp -R ./hamlib ./dist
# chmod +x ./dist/hamlib/linux/rigctld
@ -177,13 +177,13 @@ jobs:
run: |
mkdir gui-bundle
cp ./gui/dist/*.AppImage gui-bundle
cp -R ./tnc/dist/hamlib 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/LPCNet gui-bundle
cp ./tnc/dist/daemon gui-bundle
cp ./tnc/dist/tnc gui-bundle
chmod +x ./gui-bundle/hamlib/linux/rigctld
#chmod +x ./gui-bundle/hamlib/linux/rigctld
chmod +x ./gui-bundle/tnc
chmod +x ./gui-bundle/daemon
cd ./gui-bundle