oopsie
All checks were successful
/ test-on-windows (push) Successful in 5s
/ test-on-alpine (push) Successful in 4s

This commit is contained in:
Internet Addict 2025-02-14 18:45:24 +00:00
parent b50133a06a
commit a7cae14449

View file

@ -47,7 +47,7 @@ func DownloadPackageFromAppIndex(appIndexPath string, packageName string, releas
} }
if !needsUpdate { if !needsUpdate {
UpdateProgress(0, "Already up-to-date, skipping download.") UpdateProgress(0, "Already up-to-date, skipping download.")
return nil // Skip download return fmt.Errorf("Already up-to-date")
} }
// Download the package // Download the package