Merge pull request #709 from hydralauncher/hyd-192-select-lnk-as-parse-target-executable

feat: make it possible to select shortcuts (.lnk) on game executable
This commit is contained in:
Zamitto 2024-06-28 11:16:47 -03:00 committed by GitHub
commit e0dca85825
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 35 additions and 8 deletions

View file

@ -140,7 +140,7 @@ export function GameDetailsContextProvider({
filters: [
{
name: "Game executable",
extensions: ["exe"],
extensions: ["exe", "lnk"],
},
],
})