From 8a53169d67e48a5155b72e9f000654b1ae4d3ff5 Mon Sep 17 00:00:00 2001 From: Steven Tracey Date: Sun, 27 Oct 2024 20:21:19 -0400 Subject: [PATCH] Add JRE to archive --- .gitea/workflows/build.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index 43ae78e..a3a3a82 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -43,6 +43,8 @@ jobs: Copy-Item -Path "./src/main/cpp/build/libwireguard_wrapper.dll" -Destination "./artifacts/libwireguard_wrapper.dll" -Verbose Copy-Item -Path "./libs/tunnel.dll" -Destination "./artifacts/tunnel.dll" -Verbose Copy-Item -Path "./libs/wireguard.dll" -Destination "./artifacts/wireguard.dll" -Verbose + Copy-Item -Path "./jre/jre" -Destination "./artifacts/jre" -Recurse + - name: Create Installer run: | git clone https://git.nevets.tech/Steven/TVPN-jre.git jre