Skip to content

Commit ecb63e1

Browse files
Support exports out-of-the-box
Godot renamed the templates folder. Adds a Symbolic Link to support both without any overhead See godotengine/godot#63093
1 parent 56c6e0e commit ecb63e1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ RUN wget https://downloads.tuxfamily.org/godotengine/${GODOT_VERSION}${SUBDIR}/G
3030
&& mkdir ~/.cache \
3131
&& mkdir -p ~/.config/godot \
3232
&& mkdir -p ~/.local/share/godot/templates/${GODOT_VERSION}.${RELEASE_NAME} \
33+
&& ln -s ~/.local/share/godot/templates ~/.local/share/godot/export_templates \
3334
&& unzip Godot_v${GODOT_VERSION}-${RELEASE_NAME}_${GODOT_PLATFORM}.zip \
3435
&& mv Godot_v${GODOT_VERSION}-${RELEASE_NAME}_${GODOT_PLATFORM} /usr/local/bin/godot \
3536
&& unzip Godot_v${GODOT_VERSION}-${RELEASE_NAME}_export_templates.tpz \

0 commit comments

Comments
 (0)