diff --git a/.github/workflows/build-project-win.yml b/.github/workflows/build-project-win.yml index 73ad494b..f4dcbd2c 100644 --- a/.github/workflows/build-project-win.yml +++ b/.github/workflows/build-project-win.yml @@ -56,7 +56,11 @@ jobs: run: | pyinstaller freedata.spec - + - name: Copy TNC to GUI + shell: bash + run: | + cp -R ./tnc/dist/tnc ./gui/tnc + - name: LIST ALL FILES shell: bash run: | diff --git a/gui/src/index.html b/gui/src/index.html index a4fad95a..8b680a5b 100644 --- a/gui/src/index.html +++ b/gui/src/index.html @@ -133,9 +133,9 @@ -