mirror of
https://github.com/the-sane/lug-helper.git
synced 2025-01-29 05:59:02 +00:00
Try harder to accommodate mangled ymls
This commit is contained in:
parent
0cf1fdc669
commit
5c70243448
@ -1150,7 +1150,7 @@ post_download() {
|
||||
# Build an array of all Lutris Star Citizen yml files
|
||||
while IFS='' read -r line; do
|
||||
lutris_game_ymls+=("$line")
|
||||
done < <(grep -Rl --include="*.yml" "Roberts Space Industries" "$lutris_native_conf_dir" "$lutris_flatpak_conf_dir" 2>/dev/null)
|
||||
done < <(grep -iRlE --include="*.yml" "Roberts Space Industries|starcitizen|star citizen|star-citizen" "$lutris_native_conf_dir" "$lutris_flatpak_conf_dir" 2>/dev/null)
|
||||
|
||||
# We handle installs and deletions differently
|
||||
if [ "$download_action_success" = "installed" ]; then
|
||||
|
Loading…
x
Reference in New Issue
Block a user