From 90e3f375847fa9d9da41a3a20624e178ec63d58f Mon Sep 17 00:00:00 2001 From: deed Date: Tue, 1 Nov 2022 10:47:48 +0100 Subject: [PATCH 1/3] =?UTF-8?q?Passage=20=C3=A0=20Godot=204=20beta=203?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- godot4/Dockerfile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/godot4/Dockerfile b/godot4/Dockerfile index 871cce1..38d7bc2 100644 --- a/godot4/Dockerfile +++ b/godot4/Dockerfile @@ -28,15 +28,15 @@ RUN apt-get update && apt-get install -y --no-install-recommends \ libxrandr-dev \ && rm -rf /var/lib/apt/lists/* -ENV GODOT_VERSION "4.0-alpha14" +ENV GODOT_VERSION "4.0-beta3" -RUN wget https://downloads.tuxfamily.org/godotengine/4.0/alpha14/Godot_v${GODOT_VERSION}_linux.64.zip \ - && wget https://downloads.tuxfamily.org/godotengine/4.0/alpha14/Godot_v${GODOT_VERSION}_export_templates.tpz \ +RUN wget https://downloads.tuxfamily.org/godotengine/4.0/beta3/Godot_v${GODOT_VERSION}_linux.64.zip \ + && wget https://downloads.tuxfamily.org/godotengine/4.0/beta3/Godot_v${GODOT_VERSION}_export_templates.tpz \ && mkdir ~/.cache \ && mkdir -p ~/.config/godot \ - && mkdir -p ~/.local/share/godot/templates/4.0.alpha14 \ + && mkdir -p ~/.local/share/godot/templates/4.0.beta3 \ && unzip Godot_v${GODOT_VERSION}_linux.64.zip \ && mv Godot_v${GODOT_VERSION}_linux.64 /usr/local/bin/godot \ && unzip Godot_v${GODOT_VERSION}_export_templates.tpz \ - && mv templates/* ~/.local/share/godot/templates/4.0.alpha14 \ + && mv templates/* ~/.local/share/godot/templates/4.0/beta3 \ && rm -f Godot_v4.0-alpha14_export_templates.tpz Godot_v${GODOT_VERSION}_linux.64.zip From b3d4f3ca0703ff30f0dc3df3afc3a34421649bcf Mon Sep 17 00:00:00 2001 From: deed Date: Tue, 1 Nov 2022 10:59:34 +0100 Subject: [PATCH 2/3] Update changement de nom du zip --- godot4/Dockerfile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/godot4/Dockerfile b/godot4/Dockerfile index 38d7bc2..cca3e7e 100644 --- a/godot4/Dockerfile +++ b/godot4/Dockerfile @@ -30,13 +30,13 @@ RUN apt-get update && apt-get install -y --no-install-recommends \ ENV GODOT_VERSION "4.0-beta3" -RUN wget https://downloads.tuxfamily.org/godotengine/4.0/beta3/Godot_v${GODOT_VERSION}_linux.64.zip \ +RUN wget https://downloads.tuxfamily.org/godotengine/4.0/beta3/Godot_v${GODOT_VERSION}_linux.x86_64.zip \ && wget https://downloads.tuxfamily.org/godotengine/4.0/beta3/Godot_v${GODOT_VERSION}_export_templates.tpz \ && mkdir ~/.cache \ && mkdir -p ~/.config/godot \ && mkdir -p ~/.local/share/godot/templates/4.0.beta3 \ - && unzip Godot_v${GODOT_VERSION}_linux.64.zip \ - && mv Godot_v${GODOT_VERSION}_linux.64 /usr/local/bin/godot \ + && 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/4.0/beta3 \ - && rm -f Godot_v4.0-alpha14_export_templates.tpz Godot_v${GODOT_VERSION}_linux.64.zip + && mv templates/* ~/.local/share/godot/templates/4.0.beta3 \ + && rm -f Godot_v4.0-alpha14_export_templates.tpz Godot_v${GODOT_VERSION}_linux.x86_64.zip From 2de9851c2f6a2443c5cb214b7ea986d5c2165397 Mon Sep 17 00:00:00 2001 From: deed Date: Tue, 1 Nov 2022 14:36:17 +0100 Subject: [PATCH 3/3] Update Dockerfile --- godot4/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/godot4/Dockerfile b/godot4/Dockerfile index cca3e7e..92c713d 100644 --- a/godot4/Dockerfile +++ b/godot4/Dockerfile @@ -34,9 +34,9 @@ RUN wget https://downloads.tuxfamily.org/godotengine/4.0/beta3/Godot_v${GODOT_VE && wget https://downloads.tuxfamily.org/godotengine/4.0/beta3/Godot_v${GODOT_VERSION}_export_templates.tpz \ && mkdir ~/.cache \ && mkdir -p ~/.config/godot \ - && mkdir -p ~/.local/share/godot/templates/4.0.beta3 \ + && mkdir -p ~/.local/share/godot/export_templates/4.0.beta3 \ && 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/4.0.beta3 \ + && mv templates/* ~/.local/share/godot/export_templates/4.0.beta3 \ && rm -f Godot_v4.0-alpha14_export_templates.tpz Godot_v${GODOT_VERSION}_linux.x86_64.zip