Update build-project.yml

This commit is contained in:
DJ2LS 2021-09-05 15:58:14 +02:00 committed by GitHub
parent 79036f9edd
commit 45819d53ef
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 *