diff --git a/.github/workflows/ant.yml b/.github/workflows/ant.yml
index 0a82c22..a4d5332 100644
--- a/.github/workflows/ant.yml
+++ b/.github/workflows/ant.yml
@@ -116,3 +116,12 @@ jobs:
with:
name: i2pbrowser-1.2.0-${{ github.sha }}.msi
path: ./i2pbrowser-1.2.0.msi
+ - name: build msi with Ant
+ run: |
+ ant windows-portable
+ bash -c 'ls *.zip'
+ - name: Upload Firefox Profile Portable Zip
+ uses: actions/upload-artifact@v4
+ with:
+ name: i2pbrowser-portable-${{ github.sha }}.zip
+ path: ./i2pbrowser-portable.zip
diff --git a/build.xml b/build.xml
index 0a8651b..4e34219 100755
--- a/build.xml
+++ b/build.xml
@@ -633,6 +633,46 @@ Linux(because the top command will be run and the script will exit).\n\nBoth det
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+