Skip to content

Commit

Permalink
Fix selection of linux GoG executable
Browse files Browse the repository at this point in the history
Closes #223
  • Loading branch information
fifty-six committed Aug 8, 2024
1 parent 696ef4b commit 2af6279
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Scarab/Util/PathUtil.cs
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ string LocalizeToOS()
Title = LocalizeToOS(),
AllowMultiple = false,
FileTypeFilter = new[] { new FilePickerFileType("Hollow Knight file") {
Patterns = new[] { "*.app", "*.exe", "*.x86_64" }
Patterns = new[] { "*.app", "*.exe", "*.x86_64", "Hollow Knight" }
} }
}
)).FirstOrDefault();
Expand Down

0 comments on commit 2af6279

Please sign in to comment.