Skip to content
This repository has been archived by the owner on Feb 17, 2020. It is now read-only.

Commit

Permalink
fixed "_redist" patterns
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanlermitage committed Oct 8, 2016
1 parent 1c2978e commit f81f265
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
## TikiOne Steam Cleaner Change Log

### 3.0.2 (2016/??/??) JAVA8
### 3.0.2 (2016/10/09) JAVA8
* improved redist detection: patterns are now case-insensitive.
* changed download link to updates.
* fixed some redist patterns.
* reworked download link to updates.
* updated Portuguese (pt) translation. Thx "poutros".
* added Italian (it) translation. Thx Davide Crucitti.
* moved to MIT license.
Expand Down
4 changes: 2 additions & 2 deletions dist2/conf/backup/tikione-steam-cleaner_patterns.ini
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ redistFolderPatterns="^directx$"MS DirectX"\
"^prerequisite(s)?$"Many redistributables"\
"^installer(s)?$"Many redistributables"\
"^redist(s)?$"Many redistributables"\
".*__redist(s)?$"Many redistributables"\
".*__installer(s)?$"Many redistributables"\
".*_redist(s)?$"Many redistributables"\
".*_installer(s)?$"Many redistributables"\
"^_commonredist(s)?$"Many redistributables"\
"^(_)+redist(s)?$"Many redistributables"\
"^ue3redist?$"Many UE3 redistributables"\
Expand Down
4 changes: 2 additions & 2 deletions uc/redist_patterns_base.ini
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ redistFolderPatterns="^directx$"MS DirectX"\
"^prerequisite(s)?$"Many redistributables"\
"^installer(s)?$"Many redistributables"\
"^redist(s)?$"Many redistributables"\
".*__redist(s)?$"Many redistributables"\
".*__installer(s)?$"Many redistributables"\
".*_redist(s)?$"Many redistributables"\
".*_installer(s)?$"Many redistributables"\
"^_commonredist(s)?$"Many redistributables"\
"^(_)+redist(s)?$"Many redistributables"\
"^ue3redist?$"Many UE3 redistributables"\
Expand Down

0 comments on commit f81f265

Please sign in to comment.