Add pack export

This commit is contained in:
Kienan Stewart 2018-04-07 11:24:19 -04:00
parent fedfb430a1
commit 09173aabc4
2 changed files with 22 additions and 0 deletions

View File

@ -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"

View File

@ -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=""