Skip to content

Commit

Permalink
Fix ratings not being available for Scoop
Browse files Browse the repository at this point in the history
  • Loading branch information
Klocman committed May 20, 2023
1 parent 3fcdaff commit a3fb12f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion source/UninstallTools/Factory/ScoopFactory.cs
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,9 @@ public IList<ApplicationUninstallerEntry> GetUninstallerEntries(ListGenerationPr
RawDisplayName = "Scoop",
Comment = "Automated program installer",
AboutUrl = "https://github.com/ScoopInstaller/Scoop",
InstallLocation = _scoopUserPath
InstallLocation = _scoopUserPath,
IsOrphaned = false,
RatingId = "Scoop"
};

// Make sure the global directory gets removed as well
Expand Down

0 comments on commit a3fb12f

Please sign in to comment.