build steps
This commit is contained in:
@@ -8,7 +8,7 @@ custom_features=""
|
||||
export_filter="all_resources"
|
||||
include_filter="leanclr/*.dll,leanclr/live_reload.txt"
|
||||
exclude_filter=""
|
||||
export_path="deploy/html/index.html"
|
||||
export_path="../../builds/leanCLR/web/index.html"
|
||||
patches=PackedStringArray()
|
||||
patch_delta_encoding=false
|
||||
patch_delta_compression_level_zstd=19
|
||||
@@ -24,8 +24,8 @@ script_export_mode=2
|
||||
|
||||
[preset.0.options]
|
||||
|
||||
custom_template/debug="/Volumes/External/Misc/templates_4.6/web_dlink_nothreads_debug.zip"
|
||||
custom_template/release="/Volumes/External/Misc/templates_4.6/web_dlink_nothreads_release.zip"
|
||||
custom_template/debug=""
|
||||
custom_template/release=""
|
||||
variant/extensions_support=true
|
||||
variant/thread_support=false
|
||||
vram_texture_compression/for_desktop=true
|
||||
|
||||
@@ -13,3 +13,4 @@ linux.release.x86_64 = "res://bin/Release/libleanclr_godot.so"
|
||||
macos.debug = "res://bin/Debug/libleanclr_godot.dylib"
|
||||
macos.release = "res://bin/Release/libleanclr_godot.dylib"
|
||||
web.release.wasm32 = "res://bin/Release/libleanclr_godot.wasm"
|
||||
web.debug.wasm32 = "res://bin/Release/libleanclr_godot.wasm"
|
||||
|
||||
Reference in New Issue
Block a user