Skip to content

Commit

Permalink
no individual artwork testing
Browse files Browse the repository at this point in the history
  • Loading branch information
dragoonDorise committed Dec 23, 2024
1 parent 6a6ded6 commit 7245225
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions/generateGameLists.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ generateGameLists_artwork() {
echo "Searching for missing artwork" > "$MSG"
python $HOME/.config/EmuDeck/backend/tools/retro-library/missing_artwork_platforms.py "$romsPath" "$dest_folder" && python $HOME/.config/EmuDeck/backend/tools/retro-library/download_art_platforms.py "$dest_folder"

$(python $HOME/.config/EmuDeck/backend/tools/retro-library/missing_artwork.py "$romsPath" "$dest_folder" && python $HOME/.config/EmuDeck/backend/tools/retro-library/download_art.py "$dest_folder") &
#$(python $HOME/.config/EmuDeck/backend/tools/retro-library/missing_artwork.py "$romsPath" "$dest_folder" && python $HOME/.config/EmuDeck/backend/tools/retro-library/download_art.py "$dest_folder") &
echo "Artwork finished. Restart if you see this message" > "$MSG"
}

Expand Down

0 comments on commit 7245225

Please sign in to comment.