Broke the find statement, hopefully fixed now.
This commit is contained in:
parent
5dfa0afe1f
commit
c73987f726
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user