diff --git a/.github/workflows/ant.yml b/.github/workflows/ant.yml index 73a1d0a..92dd4c9 100644 --- a/.github/workflows/ant.yml +++ b/.github/workflows/ant.yml @@ -24,7 +24,7 @@ jobs: 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 + run: wget -O $(go env GOPATH)/bin/crx3 https://github.com/eyedeekay/i2p.plugins.firefox/releases/download/build-tools/crx3-linux - name: install dzip run: go install github.com/delicb/dzip@latest - name: install amo-version @@ -115,7 +115,7 @@ jobs: 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 + run: wget -O $(go env GOPATH)/bin/crx3 https://github.com/eyedeekay/i2p.plugins.firefox/releases/download/build-tools/crx3-linux - name: install dzip run: go install github.com/delicb/dzip@latest - name: install amo-version @@ -155,7 +155,7 @@ jobs: bash -c 'echo "build.built-by=GitHub Actions" >> override.properties' bash -c 'echo "noExe=true" >> override.properties' - name: install crx3 - run: go install github.com/mediabuyerbot/go-crx3/crx3@latest + run: wget -O $(go env GOPATH)/bin/crx3.exe https://github.com/eyedeekay/i2p.plugins.firefox/releases/download/build-tools/crx3-windows - name: install dzip run: go install github.com/delicb/dzip@latest - name: install amo-version @@ -211,7 +211,7 @@ jobs: bash -c 'echo "build.built-by=GitHub Actions" >> override.properties' bash -c 'echo "noExe=true" >> override.properties' - name: install crx3 - run: go install github.com/mediabuyerbot/go-crx3/crx3@latest + run: wget -O $(go env GOPATH)/bin/crx3 https://github.com/eyedeekay/i2p.plugins.firefox/releases/download/build-tools/crx3-osx - name: install dzip run: go install github.com/delicb/dzip@latest - name: install amo-version diff --git a/config.sh b/config.sh index c289811..30353e4 100755 --- a/config.sh +++ b/config.sh @@ -1,6 +1,6 @@ #! /usr/bin/env sh export GITHUB_USER=eyedeekay export GITHUB_REPO=i2p.plugins.firefox -export GITHUB_NAME="Updates extensions, plugin support temporarily removed(Stay on the old version)" +export GITHUB_NAME="Fixes the build system" export GITHUB_DESCRIPTION=$(cat CHANGES.md VERSION.md) export GITHUB_TAG=$(git describe --tags --abbrev=0) \ No newline at end of file diff --git a/scripts/build.number b/scripts/build.number index ef4817b..6e43a03 100644 --- a/scripts/build.number +++ b/scripts/build.number @@ -1,3 +1,3 @@ #Build Number for ANT. Do not edit! -#Tue Aug 20 20:53:41 EDT 2024 -build.number=731 +#Tue Aug 20 23:41:03 EDT 2024 +build.number=746