refactor: Fix download link in DownloadPage component
This commit is contained in:
@@ -155,7 +155,7 @@ export default function DownloadPage() {
|
||||
console.log("Downloading: ");
|
||||
console.log("platform: ", selectedPlatform);
|
||||
console.log("compat: ", arch);
|
||||
//window.location.replace(`${BASE_URL}/${releases[releaseTarget]}`);
|
||||
window.location.replace(`${BASE_URL}/${releases[releaseTarget]}`);
|
||||
}
|
||||
setHasDownloaded(true);
|
||||
addDownload(releaseTarget);
|
||||
|
||||
Reference in New Issue
Block a user