Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Godot Builder
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Weird Boi Games
Godot Builder
Commits
f1ea3b02
Verified
Commit
f1ea3b02
authored
5 months ago
by
Louis
Browse files
Options
Downloads
Patches
Plain Diff
Unquote glob expander for moving templates
parent
f9c6ed30
No related branches found
Branches containing commit
No related tags found
Loading
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
commands/godot_install.sh
+1
-1
1 addition, 1 deletion
commands/godot_install.sh
with
1 addition
and
1 deletion
commands/godot_install.sh
+
1
−
1
View file @
f1ea3b02
...
...
@@ -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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment