Use the canonical product name in public surfaces
Align the README, support bundles, webhook payloads, and updater identity with Multi Hoster Uploader while preserving repository and artifact slugs for compatibility.
This commit is contained in:
+1
-1
@@ -98,7 +98,7 @@ async function fetchGithubReleaseNotes(remoteVersion, fallback = '', fetchImpl =
|
||||
headers: {
|
||||
Accept: 'application/vnd.github+json',
|
||||
'X-GitHub-Api-Version': '2022-11-28',
|
||||
'User-Agent': 'Multi-Hoster-Upload'
|
||||
'User-Agent': 'Multi-Hoster-Uploader'
|
||||
}
|
||||
});
|
||||
if (!response.ok) return String(fallback || '');
|
||||
|
||||
Reference in New Issue
Block a user