Require login for initial software downloads
This commit is contained in:
+1
-1
@@ -315,7 +315,7 @@ function publicItem(item, includePrivate = false) {
|
||||
copy.versionManifestUrl = `/api/software/${encodeURIComponent(item.id)}/version.json`;
|
||||
copy.checkUpdateUrl = `/api/software/${encodeURIComponent(item.id)}/check-update`;
|
||||
if (resolveDownloadUrl(item)) {
|
||||
copy.downloadUrl = `/api/software/${encodeURIComponent(item.id)}/update-download`;
|
||||
copy.downloadUrl = `/api/software/${encodeURIComponent(item.id)}/download`;
|
||||
}
|
||||
}
|
||||
return copy;
|
||||
|
||||
Reference in New Issue
Block a user