This commit is contained in:
eyedeekay
2024-07-10 14:28:10 -04:00
parent 76428c4f44
commit 4d934e4d2d
5 changed files with 7 additions and 7 deletions

View File

@@ -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
View File

@@ -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

View File

@@ -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>

View File

@@ -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": {

View File

@@ -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": {