fix plugin upload script, fix plugin install docs
This commit is contained in:
@ -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.
|
||||
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.
|
||||
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.
|
||||
|
@ -19,12 +19,12 @@ github-release upload --user "${GITHUB_USER}" \
|
||||
--label "I2P Browser launcher as an I2P Console Plugin. ${susum}" \
|
||||
--name "i2pfirefox.su3" \
|
||||
--file "i2pfirefox.su3"
|
||||
susum=$(sha256sum i2pfirefox-update.su3)
|
||||
github-release upload --user "${GITHUB_USER}" \
|
||||
--replace \
|
||||
--repo "${GITHUB_REPO}" \
|
||||
--tag "${GITHUB_TAG}" \
|
||||
--label "I2P Browser launcher as an I2P Console Plugin, update-only. ${susum}" \
|
||||
--name "i2pfirefox-update.su3" \
|
||||
--file "i2pfirefox-update.su3"
|
||||
#susum=$(sha256sum i2pfirefox-update.su3)
|
||||
#github-release upload --user "${GITHUB_USER}" \
|
||||
# --replace \
|
||||
# --repo "${GITHUB_REPO}" \
|
||||
# --tag "${GITHUB_TAG}" \
|
||||
# --label "I2P Browser launcher as an I2P Console Plugin, update-only. ${susum}" \
|
||||
# --name "i2pfirefox-update.su3" \
|
||||
# --file "i2pfirefox-update.su3"
|
||||
echo "Uploaded su3 package"
|
@ -1,3 +1,3 @@
|
||||
#Build Number for ANT. Do not edit!
|
||||
#Tue Mar 19 17:57:44 EDT 2024
|
||||
build.number=714
|
||||
#Tue Mar 19 18:47:29 EDT 2024
|
||||
build.number=717
|
||||
|
Reference in New Issue
Block a user