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

This commit is contained in:
Internet Addict 2025-02-14 18:44:45 +00:00
parent 5691c2b46c
commit 5a43aea13b

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