We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4523cdd commit 2698e9cCopy full SHA for 2698e9c
.scripts/handle_sounds.sh
@@ -60,7 +60,7 @@ echo -e "\tpath = \"__"$mod_name"__/"$folder_path"/\", -- path to this folder" >
60
echo -e "\tsounds = {" >> $SOUNDS_LIST_PATH
61
62
format=*.ogg
63
-files=($(find . -name "$format" -type f))
+files=($(find $folder_path/ -name "$format" -type f))
64
for path in "${files[@]}"; do
65
name="$(basename -- $path)"
66
name=${name%.*}
0 commit comments