Add pack export
This commit is contained in:
parent
fedfb430a1
commit
09173aabc4
3
Makefile
3
Makefile
|
@ -17,6 +17,9 @@ clean:
|
|||
|
||||
export-all: export-html5 export-windows export-osx export-linux
|
||||
|
||||
export-pack: build-dir
|
||||
$(GODOT) --path "$(GODOT_PROJECT_PATH)" --export "pack" "../$(BUILD_DIR)/$(PROJECT_NAME).pck"
|
||||
|
||||
export-html5: build-dir
|
||||
mkdir -p "$(BUILD_DIR)/html"
|
||||
$(GODOT) --path "$(GODOT_PROJECT_PATH)" --export "$(TARGET_HTML5)" "../$(BUILD_DIR)/html/$(PROJECT_NAME).html"
|
||||
|
|
|
@ -96,3 +96,22 @@ binary_format/64_bits=true
|
|||
custom_template/release=""
|
||||
custom_template/debug=""
|
||||
|
||||
[preset.4]
|
||||
|
||||
name="pack"
|
||||
platform="Linux/X11"
|
||||
runnable=false
|
||||
custom_features=""
|
||||
export_filter="all_resources"
|
||||
include_filter=""
|
||||
exclude_filter=""
|
||||
patch_list=PoolStringArray( )
|
||||
|
||||
[preset.4.options]
|
||||
|
||||
texture_format/s3tc=true
|
||||
texture_format/etc=false
|
||||
texture_format/etc2=false
|
||||
binary_format/64_bits=true
|
||||
custom_template/release=""
|
||||
custom_template/debug=""
|
||||
|
|
Loading…
Reference in New Issue