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
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"],
},
],
})