Use vendored crx3
This commit is contained in:
8
.github/workflows/ant.yml
vendored
8
.github/workflows/ant.yml
vendored
@ -24,7 +24,7 @@ jobs:
|
|||||||
echo "build.built-by=GitHub Actions" >> override.properties
|
echo "build.built-by=GitHub Actions" >> override.properties
|
||||||
echo "noExe=true" >> override.properties
|
echo "noExe=true" >> override.properties
|
||||||
- name: install crx3
|
- 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
|
- name: install dzip
|
||||||
run: go install github.com/delicb/dzip@latest
|
run: go install github.com/delicb/dzip@latest
|
||||||
- name: install amo-version
|
- name: install amo-version
|
||||||
@ -115,7 +115,7 @@ jobs:
|
|||||||
echo "build.built-by=GitHub Actions" >> override.properties
|
echo "build.built-by=GitHub Actions" >> override.properties
|
||||||
echo "noExe=true" >> override.properties
|
echo "noExe=true" >> override.properties
|
||||||
- name: install crx3
|
- 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
|
- name: install dzip
|
||||||
run: go install github.com/delicb/dzip@latest
|
run: go install github.com/delicb/dzip@latest
|
||||||
- name: install amo-version
|
- name: install amo-version
|
||||||
@ -155,7 +155,7 @@ jobs:
|
|||||||
bash -c 'echo "build.built-by=GitHub Actions" >> override.properties'
|
bash -c 'echo "build.built-by=GitHub Actions" >> override.properties'
|
||||||
bash -c 'echo "noExe=true" >> override.properties'
|
bash -c 'echo "noExe=true" >> override.properties'
|
||||||
- name: install crx3
|
- 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
|
- name: install dzip
|
||||||
run: go install github.com/delicb/dzip@latest
|
run: go install github.com/delicb/dzip@latest
|
||||||
- name: install amo-version
|
- name: install amo-version
|
||||||
@ -211,7 +211,7 @@ jobs:
|
|||||||
bash -c 'echo "build.built-by=GitHub Actions" >> override.properties'
|
bash -c 'echo "build.built-by=GitHub Actions" >> override.properties'
|
||||||
bash -c 'echo "noExe=true" >> override.properties'
|
bash -c 'echo "noExe=true" >> override.properties'
|
||||||
- name: install crx3
|
- 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
|
- name: install dzip
|
||||||
run: go install github.com/delicb/dzip@latest
|
run: go install github.com/delicb/dzip@latest
|
||||||
- name: install amo-version
|
- name: install amo-version
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#! /usr/bin/env sh
|
#! /usr/bin/env sh
|
||||||
export GITHUB_USER=eyedeekay
|
export GITHUB_USER=eyedeekay
|
||||||
export GITHUB_REPO=i2p.plugins.firefox
|
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_DESCRIPTION=$(cat CHANGES.md VERSION.md)
|
||||||
export GITHUB_TAG=$(git describe --tags --abbrev=0)
|
export GITHUB_TAG=$(git describe --tags --abbrev=0)
|
@ -1,3 +1,3 @@
|
|||||||
#Build Number for ANT. Do not edit!
|
#Build Number for ANT. Do not edit!
|
||||||
#Tue Aug 20 20:53:41 EDT 2024
|
#Tue Aug 20 23:41:03 EDT 2024
|
||||||
build.number=731
|
build.number=746
|
||||||
|
Reference in New Issue
Block a user