fix typo
This commit is contained in:
2
Makefile
2
Makefile
@@ -168,7 +168,7 @@ moz-sign: version clean-artifacts
|
||||
@echo "Using the 'sign' target to instantly sign an extension for self-distribution"
|
||||
@echo "requires a JWT API Key and Secret from addons.mozilla.org to be made available"
|
||||
@echo "to the Makefile under the variables WEB_EXT_API_KEY and WEB_EXT_API_SECRET."
|
||||
$(HOME)/node_modules/.bin/web-ext sign --use-subission-api --channel unlisted --config-discovery false --api-key $(WEB_EXT_API_KEY) --api-secret $(WEB_EXT_API_SECRET) --timeout 900000 #--api-url-prefix http://localhost:3000/api/v4
|
||||
$(HOME)/node_modules/.bin/web-ext sign --use-submission-api --channel unlisted --config-discovery false --api-key $(WEB_EXT_API_KEY) --api-secret $(WEB_EXT_API_SECRET) --timeout 900000 #--api-url-prefix http://localhost:3000/api/v4
|
||||
make copyss
|
||||
sleep 5
|
||||
|
||||
|
6
debian/changelog
vendored
6
debian/changelog
vendored
@@ -2,20 +2,20 @@ i2psetproxy.js (2.5.9-1) UNRELEASED; urgency=low
|
||||
|
||||
* Minor refactoring, simplifications
|
||||
|
||||
-- idk <hankhill19580@gmail.com> Thu, 10 July 2024 13:40:40 -0400
|
||||
-- idk <hankhill19580@gmail.com> Thu, 10 July 2024 13:40:40 -0400
|
||||
|
||||
i2psetproxy.js (1.49-1) UNRELEASED; urgency=low
|
||||
|
||||
* Fix proxy error page load.
|
||||
* lots of cleanup
|
||||
|
||||
-- idk <hankhill19580@gmail.com> Tue, 20 Jun 2023 15:40:40 -0400
|
||||
-- idk <hankhill19580@gmail.com> Tue, 20 Jun 2023 15:40:40 -0400
|
||||
|
||||
i2psetproxy.js (1.47-1) UNRELEASED; urgency=low
|
||||
|
||||
* only reset the theme if we're resetting from one we own
|
||||
|
||||
-- idk <hankhill19580@gmail.com> Sun, 11 Jun 2023 14:05:08 -0400
|
||||
-- idk <hankhill19580@gmail.com> Sun, 11 Jun 2023 14:05:08 -0400
|
||||
|
||||
i2psetproxy.js (1.45-1) UNRELEASED; urgency=low
|
||||
|
||||
|
@@ -33,7 +33,7 @@ information to any third party, nor will it, ever.</p>
|
||||
|
||||
<p>This browser extension cannot influence telemetry carried out by browser vendors
|
||||
to determine performance in their distribution channels, nor can it mitigate any
|
||||
other browser vendor telemetry. </p>
|
||||
other browser vendor telemetry.</p>
|
||||
|
||||
<p>This browser extension is entirely Free, Open-Source software.</p>
|
||||
|
||||
|
@@ -27,7 +27,7 @@
|
||||
],
|
||||
"manifest_version": 2,
|
||||
"name": "__MSG_extensionName__",
|
||||
"version": "1.49",
|
||||
"version": "2.5.9",
|
||||
"description": "__MSG_extensionDescription__",
|
||||
"homepage_url": "https://github.com/eyedeekay/I2P-in-Private-Browsing-Mode-Firefox",
|
||||
"icons": {
|
||||
|
@@ -27,7 +27,7 @@
|
||||
"host_permissions": ["<all_urls>"],
|
||||
"manifest_version": 3,
|
||||
"name": "__MSG_extensionName__",
|
||||
"version": "1.49",
|
||||
"version": "2.5.9",
|
||||
"description": "__MSG_extensionDescription__",
|
||||
"homepage_url": "https://github.com/eyedeekay/I2P-in-Private-Browsing-Mode-Firefox",
|
||||
"icons": {
|
||||
|
Reference in New Issue
Block a user