From e3e19ca4d4080b318215e1e64c300b00d84eae59 Mon Sep 17 00:00:00 2001 From: eyedeekay Date: Thu, 1 Feb 2024 16:54:52 -0500 Subject: [PATCH] see if jpackage can generate an exe --- .github/workflows/ant.yml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ant.yml b/.github/workflows/ant.yml index 1b3a3d0..daa1522 100644 --- a/.github/workflows/ant.yml +++ b/.github/workflows/ant.yml @@ -18,8 +18,18 @@ jobs: distribution: 'temurin' - name: install wsl run: wsl --install + - name: change config + run: | + bash -c "echo I2P_VERSION=2.0.0 >> config.sh" + bash -c "echo VERSIONMAJOR=2">> config.sh" + bash -c "echo VERSIONMINOR=0">> config.sh" + bash -c "echo VERSIONBUILD=0">> config.sh" + bash -c "echo I2P_VERSION=2.0.0 >> config.sh" + bash -c "echo export I2P_VERSION=2.0.0 >> config.sh" + bash -c "echo VERSION=master" >> config.sh" + bash -c "echo export VERSION=master" >> config.sh" - name: build with script - run: bash -c "./buildscripts/build.sh" + run: bash -c "./buildscripts/exe.sh; ls *.exe" - name: Upload I2P-Easy-Install-Bundle-${{ github.sha }}-unsigned.exe uses: actions/upload-artifact@v4 with: