File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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-
1612jobs :
1713 build_templates :
1814 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ script_export_mode=2
2626[preset.0.options]
2727
2828custom_template/debug =" "
29- custom_template/release =" "
29+ custom_template/release =" material_maker/misc/export_templates/godot.windows.template_release.x86_64.exe "
3030debug/export_console_wrapper =1
3131binary_format/embed_pck =true
3232texture_format/s3tc_bptc =true
@@ -103,7 +103,7 @@ script_export_mode=2
103103[preset.1.options]
104104
105105custom_template/debug =" "
106- custom_template/release =" "
106+ custom_template/release =" material_maker/misc/export_templates/godot.linuxbsd.template_release.x86_64 "
107107debug/export_console_wrapper =1
108108binary_format/embed_pck =true
109109texture_format/s3tc_bptc =true
@@ -157,7 +157,7 @@ script_export_mode=2
157157export/distribution_type =1
158158binary_format/architecture =" universal"
159159custom_template/debug =" "
160- custom_template/release =" "
160+ custom_template/release =" material_maker/misc/export_templates/godot_macos.zip "
161161debug/export_console_wrapper =1
162162application/liquid_glass_icon =" "
163163application/icon =" res://icon.icns"
You can’t perform that action at this time.
0 commit comments