Update Dockerfile error pour l'export

This commit is contained in:
deed 2023-10-14 19:17:19 +02:00
parent 47cb36aaf4
commit c5d64b5773

View file

@ -38,5 +38,5 @@ RUN wget https://github.com/godotengine/godot-builds/releases/download/${GODOT_V
&& unzip Godot_v${GODOT_VERSION}_linux.x86_64.zip \
&& mv Godot_v${GODOT_VERSION}_linux.x86_64 /usr/local/bin/godot \
&& unzip Godot_v${GODOT_VERSION}_export_templates.tpz \
&& mv templates/* ~/.local/share/godot/templates/${GODOT_VERSION} \
&& mv templates/* ~/.local/share/godot/templates/4.0.stable \
&& rm -f Godot_v${GODOT_VERSION}_linux.x86_64.zip Godot_v${GODOT_VERSION}_export_templates.tpz