This commit is contained in:
Dragoon Dorise 2025-02-20 16:41:40 +01:00
parent 5202368fa0
commit 437274176a

View File

@ -26,10 +26,7 @@ generateGameLists() {
generateGameLists_downloadAssets
rsync -r --exclude='roms' --exclude='txt' "$emudeckBackend/roms/" "$storagePath/retrolibrary/artwork" --keep-dirlinks
pegasus_setPaths
echo "Database built" > "$MSG"
python $emudeckBackend/tools/retro-library/generate_game_lists.py "$romsPath"
pegasus_setPaths && echo "Database built" > "$MSG" && python $emudeckBackend/tools/retro-library/generate_game_lists.py "$romsPath"
generateGameLists_artwork &> /dev/null &
}