Skip to content

Update updater-script / Fix Apps removing

username-removed-647157 requested to merge (removed):patch-1 into master

In the aroma config "1" is for marked, "0" is for unmarked, so when you mark something to be deleted, it get value "1", but the updater script delete only items with value "0"(unmarked). This patch should fix this mistake :)

Merge request reports