From b02d9de6fccb811e361806c6ea7d6dcd820e7cf7 Mon Sep 17 00:00:00 2001 From: dinex-dev Date: Wed, 3 Jun 2026 19:18:37 +0530 Subject: [PATCH] fix: update GitHub repo references after rename to http-interceptor-desktop-app MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The repo was renamed from 'requestly/requestly-desktop-app' to 'requestly/http-interceptor-desktop-app'. GitHub's REST API handles most read redirects, but the redirect is inconsistent across write endpoints (release create/upload), and the stale URL also shows up in error messages — confusing for future debugging. Today's failing release run surfaced this: https://github.com/requestly/http-interceptor-desktop-app/actions/runs/26888111284 (The immediate cause of that failure is an expired PUBLISH_TOKEN PAT returning '401 Bad credentials' — being regenerated separately. This PR removes the latent fragility on the URL side so future failures log useful URLs.) Changes: - package.json build.publish.repo: requestly-desktop-app → http-interceptor-desktop-app (electron-builder publish target). - package.json repository.url: same rename (npm metadata + IDE tooling). - README.md: 3 GitHub-hosted asset URLs + 1 git-clone instruction. GitHub serves these via redirect today; cosmetic + future-proof. After this lands + PUBLISH_TOKEN is refreshed, re-dispatch the Release Desktop App workflow. Co-Authored-By: Claude Opus 4.7 --- README.md | 8 ++++---- package.json | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 75597e4..6473b72 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@

- - - Requestly Logo + + + Requestly Logo

@@ -52,7 +52,7 @@ Npm (Version: 10.8.2) 1. Clone the repo ``` -git clone https://github.com/requestly/requestly-desktop-app.git +git clone https://github.com/requestly/http-interceptor-desktop-app.git ``` 2. Clone requestly-proxy. (Should be cloned in the same folder for development) diff --git a/package.json b/package.json index 74daf38..681e070 100644 --- a/package.json +++ b/package.json @@ -153,12 +153,12 @@ "provider": "github", "releaseType": "release", "owner": "requestly", - "repo": "requestly-desktop-app" + "repo": "http-interceptor-desktop-app" } }, "repository": { "type": "git", - "url": "git+https://github.com/requestly/requestly-desktop-app.git" + "url": "git+https://github.com/requestly/http-interceptor-desktop-app.git" }, "author": { "name": "BrowserStack Inc.",