Sort Steam games by name
This commit is contained in:
parent
8e624e4a5a
commit
0b0e7588bb
1 changed files with 2 additions and 0 deletions
|
@ -122,6 +122,8 @@ Function Prompt-SteamGame() {
|
|||
}
|
||||
}
|
||||
|
||||
$appManifests = $appManifests | sort {$_.name}
|
||||
|
||||
$idx = Create-Menu -MenuTitle "Select a game" -MenuOptions ($appManifests | % {$_.name} )
|
||||
$appManifest = $appManifests[$idx]
|
||||
$installDir = "$(Split-Path $appManifest.path)/common/$($appManifest.installdir)"
|
||||
|
|
Loading…
Add table
Reference in a new issue