Skip to content

Commit

Permalink
fix: 修改 Fixer,避免误伤 ScreenShot
Browse files Browse the repository at this point in the history
  • Loading branch information
Nyaser authored and Nyaser committed Aug 2, 2024
1 parent ea85e80 commit 1c108f1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Form.Fixer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ where j is not null
string remoteName = FileInfoH.GetRemoteName(item.FullName);
if (remoteName.Equals("config.ini")
|| remoteName.EndsWith("pkg_version")
|| remoteName.StartsWith("ScreenShot")
|| remoteName.Contains("/webCaches/")
|| remoteName.Contains("/SDKCaches/")
|| (remoteName.Contains("/Persistent/")
Expand Down

0 comments on commit 1c108f1

Please sign in to comment.