Get tag from repo not from config
This commit is contained in:
@ -35,7 +35,7 @@ NoScript
|
|||||||
11.4.18
|
11.4.18
|
||||||
https://clients2.google.com/service/update2/crx
|
https://clients2.google.com/service/update2/crx
|
||||||
LocalCDN
|
LocalCDN
|
||||||
2.6.64
|
2.6.65
|
||||||
https://clients2.google.com/service/update2/crx
|
https://clients2.google.com/service/update2/crx
|
||||||
uBlock Origin
|
uBlock Origin
|
||||||
1.56.0
|
1.56.0
|
||||||
|
@ -3,4 +3,4 @@ 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="Updates extensions, plugin support temporarily removed(Stay on the old version)"
|
||||||
export GITHUB_DESCRIPTION=$(cat CHANGES.md VERSION.md)
|
export GITHUB_DESCRIPTION=$(cat CHANGES.md VERSION.md)
|
||||||
export GITHUB_TAG=1.4.0
|
export GITHUB_TAG=$(git describe --tags --abbrev=0)
|
@ -10,3 +10,6 @@ Uninstalling I2P will also uninstall the profile manager.
|
|||||||
#### Downloading the Plugin
|
#### Downloading the Plugin
|
||||||
|
|
||||||
Right now, the best way to download the plugin is from the Github releases page.
|
Right now, the best way to download the plugin is from the Github releases page.
|
||||||
|
First, download the `i2pfirefox.su3` file from [the latest release](https://github.com/eyedeekay/i2p.plugins.firefox/releases).
|
||||||
|
Versions ending in `0` will always have a plugin release, starting with `1.5.0`.
|
||||||
|
Dev builds will not have a usable plugin release.
|
@ -1,3 +1,3 @@
|
|||||||
#Build Number for ANT. Do not edit!
|
#Build Number for ANT. Do not edit!
|
||||||
#Mon Mar 18 10:41:57 EDT 2024
|
#Tue Mar 19 17:57:44 EDT 2024
|
||||||
build.number=712
|
build.number=714
|
||||||
|
Reference in New Issue
Block a user