Broke the find statement, hopefully fixed now.

This commit is contained in:
Storm Dragon 2024-07-31 16:55:22 -04:00
parent 5dfa0afe1f
commit c73987f726

View File

@ -10,7 +10,8 @@ gameOption=(
"${gamePath}/PB-Toby-Compatibility-Addon.pk3"
"${gamePath}/Toby-Universal-Pickup-Beacon-Prototype.pk3"
"${gamePath}/OpMDK.wad"
"$(find /usr/share/games/ -name 'Project_Brutality-master.pk3' -o \( -path "$gamePath/*" -type f \))"
"$(find /usr/share/games/ -name 'Project_Brutality-master.pk3')"
"$(find ~/.local/games/doom -name 'Project_Brutality-master.pk3')"
)
# Check for and include if present a wad. Some people may not have it.