Skip to content

Commit

Permalink
Merge pull request #2 from bbrieber/main
Browse files Browse the repository at this point in the history
merge 4.2.2
  • Loading branch information
bbrieber authored Apr 21, 2024
2 parents 7070b6d + 01a123d commit de07006
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ RUN apt update && apt install -y wine unzip wget
RUN mkdir -p /godot/releases && mkdir -p /godot/templates
WORKDIR /godot

RUN wget --no-check-certificate -q https://github.com/godotengine/godot/releases/download/4.2.1-stable/Godot_v4.2.2-stable_linux.x86_64.zip
RUN wget --no-check-certificate -q https://github.com/godotengine/godot/releases/download/4.2.1-stable/Godot_v4.2.2-stable_export_templates.tpz
RUN wget --no-check-certificate -q https://github.com/godotengine/godot/releases/download/4.2.2-stable/Godot_v4.2.2-stable_linux.x86_64.zip
RUN wget --no-check-certificate -q https://github.com/godotengine/godot/releases/download/4.2.2-stable/Godot_v4.2.2-stable_export_templates.tpz

RUN unzip Godot_v4.2.2-stable_linux.x86_64.zip
RUN unzip Godot_v4.2.2-stable_export_templates.tpz -d /godot
Expand Down
4 changes: 2 additions & 2 deletions entrypoint.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/sh

mkdir -p /github/home/.local/share/godot/export_templates/4.2.1.stable/
cp -r /godot/templates/* /github/home/.local/share/godot/export_templates/4.2.1.stable/
mkdir -p /github/home/.local/share/godot/export_templates/4.2.2.stable/
cp -r /godot/templates/* /github/home/.local/share/godot/export_templates/4.2.2.stable/

#echo "/godot/Godot_v4.2.1-stable_linux.x86_64 --headless --path /github/workspace/$3 $2 $1"

Expand Down

0 comments on commit de07006

Please sign in to comment.