mirror of
https://github.com/morgan9e/helium
synced 2026-04-15 00:44:06 +09:00
util/namesub: include .xtb files in substitutions
This commit is contained in:
@@ -45,7 +45,7 @@ do_sub() {
|
||||
|
||||
cd "$SOURCE_DIR" && sanity_check
|
||||
|
||||
FILE_LIST="$(find . -type f -not -path '*/.*' -not -path '*/out/*' -name '*.grd*')"
|
||||
FILE_LIST="$(find . -type f -not -path '*/.*' -not -path '*/out/*' -name '*.grd*' -o -name '*.xtb')"
|
||||
|
||||
if [ "$BACKUP_TAR_PATH" != "" ]; then
|
||||
echo "$FILE_LIST" \
|
||||
|
||||
Reference in New Issue
Block a user