fixed rename mods [CI SKIP]
This commit is contained in:
parent
d6ec41c269
commit
ae95e1b037
@ -50,7 +50,7 @@ done
|
||||
echo "### FIX CASE ###"
|
||||
|
||||
IFS=\$'\n'
|
||||
for SRC in \$(find "\$MOD_DIR/" -depth)
|
||||
for SRC in \$(find "\$MOD_DIR/" -depth -type f -name '*.pbo' -o -type f -name '*.bisign')
|
||||
do
|
||||
DST=\$(dirname "\${SRC}")/\$(basename "\${SRC}" | tr '\[A-Z\]' '\[a-z\]')
|
||||
if [ "\${SRC}" != "\${DST}" ]
|
||||
|
Loading…
Reference in New Issue
Block a user