fix plugin upload script, fix plugin install docs

This commit is contained in:
eyedeekay
2024-03-19 21:21:55 -04:00
parent 0df0a380bb
commit 397afe0cb7
3 changed files with 19 additions and 11 deletions

View File

@ -12,4 +12,12 @@ Uninstalling I2P will also uninstall the profile manager.
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). 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`. Versions ending in `0` will always have a plugin release, starting with `1.5.0`.
Dev builds will not have a usable plugin release. Dev builds will not have a reliable plugin release.
#### Install the plugin "From File"
Once you have downloaded the `i2pfirefox.su3` file, open [`http://127.0.0.1:7657/configplugins`](http://127.0.0.1:7657/configplugins) and scroll to the bottom of the page.
Under the heading **Installation from File**, click the "Browse" button.
In the window that appears, select the `i2pfirefox.su3` file you just downloaded.
Finally, click the "Install plugin from File" button.
The plugin will install and start shortly.

View File

@ -19,12 +19,12 @@ github-release upload --user "${GITHUB_USER}" \
--label "I2P Browser launcher as an I2P Console Plugin. ${susum}" \ --label "I2P Browser launcher as an I2P Console Plugin. ${susum}" \
--name "i2pfirefox.su3" \ --name "i2pfirefox.su3" \
--file "i2pfirefox.su3" --file "i2pfirefox.su3"
susum=$(sha256sum i2pfirefox-update.su3) #susum=$(sha256sum i2pfirefox-update.su3)
github-release upload --user "${GITHUB_USER}" \ #github-release upload --user "${GITHUB_USER}" \
--replace \ # --replace \
--repo "${GITHUB_REPO}" \ # --repo "${GITHUB_REPO}" \
--tag "${GITHUB_TAG}" \ # --tag "${GITHUB_TAG}" \
--label "I2P Browser launcher as an I2P Console Plugin, update-only. ${susum}" \ # --label "I2P Browser launcher as an I2P Console Plugin, update-only. ${susum}" \
--name "i2pfirefox-update.su3" \ # --name "i2pfirefox-update.su3" \
--file "i2pfirefox-update.su3" # --file "i2pfirefox-update.su3"
echo "Uploaded su3 package" echo "Uploaded su3 package"

View File

@ -1,3 +1,3 @@
#Build Number for ANT. Do not edit! #Build Number for ANT. Do not edit!
#Tue Mar 19 17:57:44 EDT 2024 #Tue Mar 19 18:47:29 EDT 2024
build.number=714 build.number=717