From 2470f5ed91655c9d532efb51de84e572a30911b7 Mon Sep 17 00:00:00 2001 From: dj2ls Date: Tue, 22 Feb 2022 16:08:56 +0100 Subject: [PATCH] first auto updater --- .github/workflows/build-project-win.yml | 6 +++++- gui/src/index.html | 4 ++-- 2 files changed, 7 insertions(+), 3 deletions(-) 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 @@ -