Skip to content

Commit

Permalink
[managerView] Download Replugged from the store backend
Browse files Browse the repository at this point in the history
  • Loading branch information
lexisother committed Jun 13, 2023
1 parent 429b3b8 commit f8f2fc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/managerView.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ func showInstallScreen(app *UpApplication) {

log += "\nDownload replugged.asar..."
progress(log)
downloadErr = middle.DownloadFile(asarPath, "https://github.com/replugged-org/replugged/releases/latest/download/replugged.asar")
downloadErr = middle.DownloadFile(asarPath, "https://replugged.dev/api/v1/store/dev.replugged.Replugged.asar")
if downloadErr != nil {
errorLog += "\n Downloading replugged.asar: " + downloadErr.Error()
goto FinishEarly
Expand Down

0 comments on commit f8f2fc2

Please sign in to comment.