From e930adf49dd57c76d222554960b985107a1257b7 Mon Sep 17 00:00:00 2001 From: eyedeekay Date: Tue, 20 Feb 2024 18:49:40 -0500 Subject: [PATCH] try windows build --- .github/workflows/ant.yml | 39 +++++++++++++++++++++++++++++++++++++++ VERSION.md | 10 +++++----- scripts/build.number | 4 ++-- 3 files changed, 46 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ant.yml b/.github/workflows/ant.yml index a541026..a3c8a71 100644 --- a/.github/workflows/ant.yml +++ b/.github/workflows/ant.yml @@ -70,3 +70,42 @@ jobs: with: name: i2pbrowser_${{ github.sha }}_amd64.deb path: ./i2pbrowser_1.0.0_amd64.deb + + + buildwin: + runs-on: windows-latest + + steps: + - uses: actions/checkout@v4 + - name: Set up JDK 21 + uses: actions/setup-java@v4 + with: + java-version: '21' + distribution: 'temurin' + - uses: actions/setup-go@v5 + with: + go-version: '1.21' + - name : Generate override.properties + run: | + rm -f override.properties + echo "build.built-by=GitHub Actions" >> override.properties + echo "noExe=true" >> override.properties + - name: install crx3 + run: go install github.com/mediabuyerbot/go-crx3/crx3@latest + - name: install dzip + run: go install github.com/delicb/dzip@latest + - name: install amo-version + run: go install github.com/eyedeekay/amo-version@a4f4119eac453a14d6b6184b656320eb72b5da3c + - name: install manifest-json-version + run: go install github.com/eyedeekay/manifest-json-version@latest + - name: build with Ant + run: | + export PATH=$PATH:$(go env GOPATH)/bin + ant + ./windows-exe.sh + ls *.exe + - name: Upload Firefox Profile Strict + uses: actions/upload-artifact@v4 + with: + name: i2p.firefox.base.profile-${{ github.sha }}.zip + path: ./src/i2p.firefox.base.profile.zip diff --git a/VERSION.md b/VERSION.md index c31df9b..c4aad90 100644 --- a/VERSION.md +++ b/VERSION.md @@ -12,8 +12,8 @@ noscript 11.4.29 https://addons.mozilla.org/firefox/downloads/file/4206186/noscript-11.4.29.xpi localcdn-fork-of-decentraleyes -2.6.62 -https://addons.mozilla.org/firefox/downloads/file/4221333/localcdn_fork_of_decentraleyes-2.6.62.xpi +2.6.63 +https://addons.mozilla.org/firefox/downloads/file/4231487/localcdn_fork_of_decentraleyes-2.6.63.xpi onion-in-container-browsing 0.82 https://addons.mozilla.org/firefox/downloads/file/3904685/onion_in_container_browsing-0.82.xpi @@ -21,8 +21,8 @@ javascript-restrictor 0.17 https://addons.mozilla.org/firefox/downloads/file/4190089/javascript_restrictor-0.17.xpi ublock-origin -1.55.0 -https://addons.mozilla.org/firefox/downloads/file/4216633/ublock_origin-1.55.0.xpi +1.56.0 +https://addons.mozilla.org/firefox/downloads/file/4237670/ublock_origin-1.56.0.xpi ``` ## Chromium @@ -35,7 +35,7 @@ NoScript 11.4.18 https://clients2.google.com/service/update2/crx LocalCDN -2.6.61 +2.6.63 https://clients2.google.com/service/update2/crx uBlock Origin 1.55.0 diff --git a/scripts/build.number b/scripts/build.number index c04a086..8e3e150 100644 --- a/scripts/build.number +++ b/scripts/build.number @@ -1,3 +1,3 @@ #Build Number for ANT. Do not edit! -#Thu Feb 01 16:06:29 EST 2024 -build.number=601 +#Tue Feb 20 18:47:49 EST 2024 +build.number=602