From b4e56a42748e9b98b8e986aab8761a48fcd5b754 Mon Sep 17 00:00:00 2001 From: Fulgurance Date: Sun, 5 Jan 2025 12:47:42 +0000 Subject: [PATCH] Removed previous patch that make no software recorded as favourite --- ISM/CommandLine.cr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ISM/CommandLine.cr b/ISM/CommandLine.cr index 387df3f..9bd6fe8 100644 --- a/ISM/CommandLine.cr +++ b/ISM/CommandLine.cr @@ -2082,7 +2082,7 @@ module ISM Ism.cleanBuildingDirectory(Ism.settings.rootPath+target.information.builtSoftwareDirectoryPath) - if Ism.softwareIsRequestedSoftware(target.information, requestedSoftwareFullVersionNames) && !Ism.softwareIsInstalled(target.information) + if Ism.softwareIsRequestedSoftware(target.information, requestedSoftwareFullVersionNames) Ism.addSoftwareToFavouriteGroup(fullVersionName) end