Skip to content

Commit

Permalink
decky-
Browse files Browse the repository at this point in the history
  • Loading branch information
dragoonDorise committed Nov 1, 2024
1 parent 233d655 commit b205c3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions/generateGameLists.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ function addGameListsArtwork(){
$steamPath = "$steamInstallPath\userdata"

$accountFolder = (Get-ChildItem -Directory $steamPath | Sort-Object LastWriteTime -Descending | Select-Object -First 1).FullName
$appID = Get-Content -Path "$env:USERPROFILE/homebrew/settings/rom-library/scid.txt"
$appID = Get-Content -Path "$env:USERPROFILE/homebrew/settings/decky-rom-library/scid.txt"

$origin = "$accountFolder\config\grid\emudeck\$file.jpg"
$destination = "$accountFolder\config\grid\$appIDp.jpg"
Expand Down

0 comments on commit b205c3b

Please sign in to comment.