Skip to content
Snippets Groups Projects
Verified Commit f1ea3b02 authored by Louis's avatar Louis :fire:
Browse files

Unquote glob expander for moving templates

parent f9c6ed30
No related branches found
No related tags found
Loading
......@@ -22,6 +22,6 @@ mv "$BINARY_NAME" /usr/bin/godot
mkdir -p "$LOCAL_PATH"
wget -O "${TMP_ROOT}/templates.tpz" "$TEMPLATES_PATH"
unzip -o "${TMP_ROOT}/templates.tpz" -d "${TMP_ROOT}/godot_templates"
mv "${TMP_ROOT}/godot_templates/templates/*" "$LOCAL_PATH/"
mv "${TMP_ROOT}"/godot_templates/templates/* "$LOCAL_PATH"
rm -r "$TMP_ROOT"
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment