Adds Itch.io Butler
This commit is contained in:
committed by
BARICHELLO
parent
05e01e9112
commit
6df44cac72
@@ -23,3 +23,9 @@ RUN wget https://downloads.tuxfamily.org/godotengine/${GODOT_VERSION}/Godot_v${G
|
||||
&& unzip Godot_v${GODOT_VERSION}-stable_export_templates.tpz \
|
||||
&& mv templates/* ~/.local/share/godot/templates/${GODOT_VERSION}.stable \
|
||||
&& rm -f Godot_v${GODOT_VERSION}-stable_export_templates.tpz Godot_v${GODOT_VERSION}-stable_linux_headless.64.zip
|
||||
|
||||
ADD getbutler.sh /opt/butler/getbutler.sh
|
||||
RUN bash /opt/butler/getbutler.sh
|
||||
RUN /opt/butler/bin/butler -V
|
||||
|
||||
ENV PATH="/opt/butler/bin:${PATH}"
|
||||
|
||||
Reference in New Issue
Block a user