changed chmod settings

This commit is contained in:
DJ2LS 2021-09-05 09:32:12 +02:00 committed by GitHub
parent 1c75d2d8b7
commit d9ffb5be7b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -104,7 +104,7 @@ jobs:
working-directory: tnc
run: |
cp -R ./hamlib ./dist
chmod +x ./dist/hamlib/linux/rigctld
#chmod +x ./dist/hamlib/linux/rigctld
- name: Copy codec2 to TNC Linux
@ -167,6 +167,9 @@ jobs:
cp -R ./tnc/dist/codec2 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
cd ./gui-bundle
#zip -r codec2-FreeDATA_linux.zip .
tar -zcvf codec2-FreeDATA_linux.tar.gz *