correct bash build script

This commit is contained in:
Michael Miceli 2023-05-02 17:19:37 -04:00
parent f8bb133954
commit 570e84bbcb
1 changed files with 1 additions and 0 deletions

View File

@ -57,6 +57,7 @@ do
start=$2
length=$3
length=$(echo $length | tr -d '\r')
file=$(echo "$file" | tr '\\' '/')
setBytes $start $length $file
done < assets.txt