windows build action update

This commit is contained in:
dj2ls 2022-01-11 15:13:00 +01:00
parent 82bbdee53a
commit 9bdb6c569d

View file

@ -99,8 +99,8 @@ jobs:
run: |
mkdir gui-bundle
cp ./gui/dist/*.* gui-bundle
cp ./tnc/dist/daemon gui-bundle
cp ./tnc/dist/tnc gui-bundle
cp ./tnc/dist/daemon.exe gui-bundle
cp ./tnc/dist/tnc.exe gui-bundle
chmod +x ./gui-bundle/tnc
chmod +x ./gui-bundle/daemon
cd ./gui-bundle