Add log message after zipping resource pack
This change adds an echo statement to log the file path of the generated ZIP file. It helps clarify where the resource pack is being written for better debugging and visibility.
This commit is contained in:
parent
a334ba6823
commit
04019b023d
1 changed files with 1 additions and 0 deletions
|
@ -26,4 +26,5 @@ pushd "${DIR}/templates"
|
|||
mkdir -p "${root_dir}/files"
|
||||
rm "${root_dir}/files/botc-script-resource-pack.zip"
|
||||
zip -r "${root_dir}/files/botc-script-resource-pack.zip" texture-pack
|
||||
echo "Writing to \"${root_dir}/files/botc-script-resource-pack.zip\""
|
||||
popd
|
Loading…
Reference in a new issue