Skip to content

Commit d2e3a6b

Browse files
committed
fix
1 parent f5ce0f2 commit d2e3a6b

2 files changed

Lines changed: 3 additions & 7 deletions

File tree

.github/workflows/godot-templates-build.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,6 @@ env:
99
GODOT_DOWNLOAD_DIR: https://github.com/godotengine/godot-builds/releases/download/${GODOT_VERSION}-${GODOT_SUB}
1010
SCONSFLAGS: verbose=yes warnings=all use_lto=yes
1111

12-
jobs:
13-
build_templates:
14-
runs-on: ubuntu-latest
15-
1612
jobs:
1713
build_templates:
1814
runs-on: ubuntu-latest

export_presets.cfg

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ script_export_mode=2
2626
[preset.0.options]
2727

2828
custom_template/debug=""
29-
custom_template/release=""
29+
custom_template/release="material_maker/misc/export_templates/godot.windows.template_release.x86_64.exe"
3030
debug/export_console_wrapper=1
3131
binary_format/embed_pck=true
3232
texture_format/s3tc_bptc=true
@@ -103,7 +103,7 @@ script_export_mode=2
103103
[preset.1.options]
104104

105105
custom_template/debug=""
106-
custom_template/release=""
106+
custom_template/release="material_maker/misc/export_templates/godot.linuxbsd.template_release.x86_64"
107107
debug/export_console_wrapper=1
108108
binary_format/embed_pck=true
109109
texture_format/s3tc_bptc=true
@@ -157,7 +157,7 @@ script_export_mode=2
157157
export/distribution_type=1
158158
binary_format/architecture="universal"
159159
custom_template/debug=""
160-
custom_template/release=""
160+
custom_template/release="material_maker/misc/export_templates/godot_macos.zip"
161161
debug/export_console_wrapper=1
162162
application/liquid_glass_icon=""
163163
application/icon="res://icon.icns"

0 commit comments

Comments
 (0)