Compare commits
4
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
556aee1d6d | ||
|
|
20250278bc | ||
|
|
5666348c57 | ||
|
|
459130b049 |
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"manifest_version": 3,
|
||||
"name": "Silent Send",
|
||||
"version": "0.9.46",
|
||||
"version": "0.9.47",
|
||||
"description": "Intercepts personal info and substitutes it with user-defined replacements before sending to AI services.",
|
||||
"browser_specific_settings": {
|
||||
"gecko": {
|
||||
|
||||
+1
-1
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"manifest_version": 3,
|
||||
"name": "Silent Send",
|
||||
"version": "0.9.46",
|
||||
"version": "0.9.47",
|
||||
"description": "Intercepts personal info and substitutes it with user-defined replacements before sending to AI services.",
|
||||
"permissions": [
|
||||
"storage",
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "silent-send",
|
||||
"version": "0.9.46",
|
||||
"version": "0.9.47",
|
||||
"private": true,
|
||||
"license": "MIT",
|
||||
"description": "Browser extension that substitutes personal data before sending to AI services",
|
||||
|
||||
+3
-1
@@ -86,7 +86,9 @@ for attempt in $(seq 1 $MAX_ATTEMPTS); do
|
||||
echo "=== Attempt $attempt: signing v$NEW_VERSION ==="
|
||||
|
||||
# Capture output to check for specific errors
|
||||
OUTPUT=$(npx web-ext sign \
|
||||
# NODE_OPTIONS forces IPv4 DNS resolution first — Node.js 18+ defaults to IPv6,
|
||||
# which silently fails when the system can't reach addons.mozilla.org over IPv6.
|
||||
OUTPUT=$(NODE_OPTIONS='--dns-result-order=ipv4first' npx web-ext sign \
|
||||
--no-config-discovery \
|
||||
--source-dir "$SCRIPT_DIR/dist/firefox" \
|
||||
--artifacts-dir "$SCRIPT_DIR/dist/firefox-signed" \
|
||||
|
||||
Reference in New Issue
Block a user