File tree Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,8 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
13
13
adb \
14
14
openjdk-17-jdk-headless \
15
15
rsync \
16
+ wine64 \
17
+ osslsigncode \
16
18
&& rm -rf /var/lib/apt/lists/*
17
19
18
20
ARG GODOT_VERSION="4.2.1"
@@ -62,3 +64,7 @@ RUN echo 'export/android/debug_keystore_pass = "android"' >> ~/.config/godot/edi
62
64
RUN echo 'export/android/force_system_user = false' >> ~/.config/godot/editor_settings-4.tres
63
65
RUN echo 'export/android/timestamping_authority_url = ""' >> ~/.config/godot/editor_settings-4.tres
64
66
RUN echo 'export/android/shutdown_adb_on_exit = true' >> ~/.config/godot/editor_settings-4.tres
67
+
68
+ RUN wget https://github.com/electron/rcedit/releases/download/v2.0.0/rcedit-x64.exe -O /opt/rcedit.exe
69
+ RUN echo 'export/windows/rcedit = "/opt/rcedit.exe"' >> ~/.config/godot/editor_settings-4.tres
70
+ RUN echo 'export/windows/wine = "/usr/bin/wine64-stable"' >> ~/.config/godot/editor_settings-4.tres
Original file line number Diff line number Diff line change @@ -13,6 +13,8 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
13
13
wget \
14
14
zip \
15
15
rsync \
16
+ wine64 \
17
+ osslsigncode \
16
18
&& rm -rf /var/lib/apt/lists/*
17
19
18
20
# When in doubt see the downloads page
@@ -48,3 +50,7 @@ RUN bash /opt/butler/getbutler.sh
48
50
RUN /opt/butler/bin/butler -V
49
51
50
52
ENV PATH="/opt/butler/bin:${PATH}"
53
+
54
+ RUN wget https://github.com/electron/rcedit/releases/download/v2.0.0/rcedit-x64.exe -O /opt/rcedit.exe
55
+ RUN echo 'export/windows/rcedit = "/opt/rcedit.exe"' >> ~/.config/godot/editor_settings-4.tres
56
+ RUN echo 'export/windows/wine = "/usr/bin/wine64-stable"' >> ~/.config/godot/editor_settings-4.tres
You can’t perform that action at this time.
0 commit comments