Skip to content

Commit

Permalink
generateGameLists
Browse files Browse the repository at this point in the history
  • Loading branch information
dragoonDorise committed Oct 27, 2024
1 parent 3956e8f commit 20f8a04
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
@@ -1,7 +1,7 @@
function generateGameLists() {
pegasus_setPaths
mkdir "$HOME/emudeck/cache/" -ErrorAction SilentlyContinue
python "$env:APPDATA\EmuDeck/backend/tools/generate_game_lists.py" "$romsPath"
python "$env:APPDATA\EmuDeck/backend/tools/retroLibrary/generate_game_lists.py" "$romsPath"
}

function generateGameListsJson {
Expand Down

0 comments on commit 20f8a04

Please sign in to comment.