mirror of
https://github.com/DJ2LS/FreeDATA
synced 2024-05-14 08:04:33 +00:00
changed chmod settings
This commit is contained in:
parent
1c75d2d8b7
commit
d9ffb5be7b
1 changed files with 4 additions and 1 deletions
5
.github/workflows/build-project.yml
vendored
5
.github/workflows/build-project.yml
vendored
|
@ -104,7 +104,7 @@ jobs:
|
||||||
working-directory: tnc
|
working-directory: tnc
|
||||||
run: |
|
run: |
|
||||||
cp -R ./hamlib ./dist
|
cp -R ./hamlib ./dist
|
||||||
chmod +x ./dist/hamlib/linux/rigctld
|
#chmod +x ./dist/hamlib/linux/rigctld
|
||||||
|
|
||||||
|
|
||||||
- name: Copy codec2 to TNC Linux
|
- name: Copy codec2 to TNC Linux
|
||||||
|
@ -167,6 +167,9 @@ jobs:
|
||||||
cp -R ./tnc/dist/codec2 gui-bundle
|
cp -R ./tnc/dist/codec2 gui-bundle
|
||||||
cp ./tnc/dist/daemon gui-bundle
|
cp ./tnc/dist/daemon gui-bundle
|
||||||
cp ./tnc/dist/tnc 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
|
cd ./gui-bundle
|
||||||
#zip -r codec2-FreeDATA_linux.zip .
|
#zip -r codec2-FreeDATA_linux.zip .
|
||||||
tar -zcvf codec2-FreeDATA_linux.tar.gz *
|
tar -zcvf codec2-FreeDATA_linux.tar.gz *
|
||||||
|
|
Loading…
Reference in a new issue