BUGFIX: Update Godot version
BUGFIX: Update Godot version
This commit is contained in:
parent
db6bac2426
commit
e8c3cda194
1 changed files with 5 additions and 5 deletions
|
@ -2,13 +2,13 @@
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
# Install export templates
|
# Install export templates
|
||||||
wget https://downloads.tuxfamily.org/godotengine/3.2/Godot_v3.2-stable_export_templates.tpz --quiet
|
wget https://downloads.tuxfamily.org/godotengine/3.2.1/Godot_v3.2.1-stable_export_templates.tpz --quiet
|
||||||
mkdir ~/.cache
|
mkdir ~/.cache
|
||||||
mkdir -p ~/.config/godot
|
mkdir -p ~/.config/godot
|
||||||
mkdir -p ~/.local/share/godot/templates/3.2.stable
|
mkdir -p ~/.local/share/godot/templates/3.2.1.stable
|
||||||
unzip Godot_v3.2-stable_export_templates.tpz
|
unzip Godot_v3.2.1-stable_export_templates.tpz
|
||||||
mv templates/* ~/.local/share/godot/templates/3.2.stable
|
mv templates/* ~/.local/share/godot/templates/3.2.1.stable
|
||||||
rm -f Godot_v3.2-stable_export_templates.tpz
|
rm -f Godot_v3.2.1-stable_export_templates.tpz
|
||||||
|
|
||||||
if [ "$3" != "" ]
|
if [ "$3" != "" ]
|
||||||
then
|
then
|
||||||
|
|
Reference in a new issue