Skip to content

Commit 92ac7f0

Browse files
committed
Fixes #506
1 parent d9d3396 commit 92ac7f0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CompactGUI/Models/NewModels/ICompressableFolder.vb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ Public Class CompressableFolderFactory
309309

310310

311311
Private Shared Function IsSteamFolder(folderPath As IO.DirectoryInfo) As Boolean
312-
Return folderPath.Parent?.Parent?.Name = "steamapps"
312+
Return folderPath.Parent?.Parent?.Name.ToLowerInvariant = "steamapps"
313313
End Function
314314

315315

0 commit comments

Comments
 (0)