diff --git a/docs/I2P-PLUGIN.md b/docs/I2P-PLUGIN.md index d038c10..f964a66 100644 --- a/docs/I2P-PLUGIN.md +++ b/docs/I2P-PLUGIN.md @@ -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. \ No newline at end of file +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. diff --git a/plugin-upload.sh b/plugin-upload.sh index f62259c..410dd59 100755 --- a/plugin-upload.sh +++ b/plugin-upload.sh @@ -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" \ No newline at end of file diff --git a/scripts/build.number b/scripts/build.number index 6346f29..4012163 100644 --- a/scripts/build.number +++ b/scripts/build.number @@ -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