Skip to content

Commit

Permalink
Release stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
KoBeWi committed May 17, 2019
1 parent 6c27036 commit 39bbd73
Show file tree
Hide file tree
Showing 3 changed files with 58 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
.import/
.builds/
PackedThemes/
*.pot
*.mo
57 changes: 57 additions & 0 deletions export_presets.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
[preset.0]

name="Windows Desktop"
platform="Windows Desktop"
runnable=true
custom_features=""
export_filter="all_resources"
include_filter=""
exclude_filter=""
export_path="X:/Inne/Hedgewars/Theme Editor 3/.builds/Theme Editor 3.exe"
patch_list=PoolStringArray( )
script_export_mode=1
script_encryption_key=""

[preset.0.options]

texture_format/bptc=false
texture_format/s3tc=true
texture_format/etc=false
texture_format/etc2=false
texture_format/no_bptc_fallbacks=true
binary_format/64_bits=true
custom_template/release=""
custom_template/debug=""
application/icon="res://icon.ico"
application/file_version=""
application/product_version="0.7beta"
application/company_name=""
application/product_name="Hedgewars Theme Editor"
application/file_description=""
application/copyright=""
application/trademarks=""

[preset.1]

name="Linux/X11"
platform="Linux/X11"
runnable=true
custom_features=""
export_filter="all_resources"
include_filter=""
exclude_filter=""
export_path="X:/Inne/Hedgewars/Theme Editor 3/.builds/Theme Editor 3.x86_64"
patch_list=PoolStringArray( )
script_export_mode=1
script_encryption_key=""

[preset.1.options]

texture_format/bptc=false
texture_format/s3tc=true
texture_format/etc=false
texture_format/etc2=false
texture_format/no_bptc_fallbacks=true
binary_format/64_bits=true
custom_template/release=""
custom_template/debug=""
Binary file added icon.ico
Binary file not shown.

0 comments on commit 39bbd73

Please sign in to comment.