export_presets.cfg 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  1. [preset.0]
  2. name="Windows Desktop"
  3. platform="Windows Desktop"
  4. runnable=true
  5. custom_features=""
  6. export_filter="all_resources"
  7. include_filter=""
  8. exclude_filter=""
  9. export_path="build/orbomancy.exe"
  10. patch_list=PoolStringArray( )
  11. script_export_mode=1
  12. script_encryption_key=""
  13. [preset.0.options]
  14. texture_format/bptc=false
  15. texture_format/s3tc=true
  16. texture_format/etc=false
  17. texture_format/etc2=false
  18. texture_format/no_bptc_fallbacks=true
  19. binary_format/64_bits=true
  20. binary_format/embed_pck=false
  21. custom_template/release=""
  22. custom_template/debug=""
  23. codesign/enable=false
  24. codesign/identity_type=0
  25. codesign/identity=""
  26. codesign/password=""
  27. codesign/timestamp=true
  28. codesign/timestamp_server_url=""
  29. codesign/digest_algorithm=1
  30. codesign/description=""
  31. codesign/custom_options=PoolStringArray( )
  32. application/icon=""
  33. application/file_version=""
  34. application/product_version=""
  35. application/company_name=""
  36. application/product_name=""
  37. application/file_description=""
  38. application/copyright=""
  39. application/trademarks=""
  40. [preset.1]
  41. name="Linux/X11"
  42. platform="Linux/X11"
  43. runnable=true
  44. custom_features=""
  45. export_filter="all_resources"
  46. include_filter=""
  47. exclude_filter=""
  48. export_path="orbomancy_linux/orbomancy.exe.x86_64"
  49. patch_list=PoolStringArray( )
  50. script_export_mode=1
  51. script_encryption_key=""
  52. [preset.1.options]
  53. texture_format/bptc=false
  54. texture_format/s3tc=true
  55. texture_format/etc=false
  56. texture_format/etc2=false
  57. texture_format/no_bptc_fallbacks=true
  58. binary_format/64_bits=true
  59. binary_format/embed_pck=false
  60. custom_template/release=""
  61. custom_template/debug=""
  62. [preset.2]
  63. name="Mac OSX"
  64. platform="Mac OSX"
  65. runnable=true
  66. custom_features=""
  67. export_filter="all_resources"
  68. include_filter=""
  69. exclude_filter=""
  70. export_path="orbomancy_osx/orbomancy.exe.zip"
  71. patch_list=PoolStringArray( )
  72. script_export_mode=1
  73. script_encryption_key=""
  74. [preset.2.options]
  75. custom_template/debug=""
  76. custom_template/release=""
  77. application/name=""
  78. application/info="Made with Godot Engine"
  79. application/icon=""
  80. application/identifier=""
  81. application/signature=""
  82. application/short_version="1.0"
  83. application/version="1.0"
  84. application/copyright=""
  85. display/high_res=false
  86. privacy/camera_usage_description=""
  87. privacy/microphone_usage_description=""
  88. texture_format/s3tc=true
  89. texture_format/etc=false
  90. texture_format/etc2=false