diff --git a/apps/desktop/layer/main/src/updater/custom-github-provider.ts b/apps/desktop/layer/main/src/updater/custom-github-provider.ts index ef90be635..8e137853f 100644 --- a/apps/desktop/layer/main/src/updater/custom-github-provider.ts +++ b/apps/desktop/layer/main/src/updater/custom-github-provider.ts @@ -112,7 +112,7 @@ export class CustomGitHubProvider extends BaseGitHubProvider { } // This Release's Tag - const hrefTag = hrefElement[1]! + const hrefTag = decodeURIComponent(hrefElement[1]!) logger.debug(`Entry #${entryCount}: Processing tag: ${hrefTag}`) // Get Channel from this release's tag