export_presets.cfg 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. [preset.0]
  2. name="Linux/X11"
  3. platform="Linux/X11"
  4. runnable=true
  5. custom_features=""
  6. export_filter="all_resources"
  7. include_filter=""
  8. exclude_filter=""
  9. export_path="../pythonexport_lin/godot-python-test.x86_64"
  10. script_export_mode=0
  11. script_encryption_key=""
  12. [preset.0.options]
  13. custom_template/debug=""
  14. custom_template/release=""
  15. binary_format/64_bits=true
  16. binary_format/embed_pck=false
  17. texture_format/bptc=false
  18. texture_format/s3tc=true
  19. texture_format/etc=false
  20. texture_format/etc2=false
  21. texture_format/no_bptc_fallbacks=true
  22. [preset.1]
  23. name="Windows Desktop"
  24. platform="Windows Desktop"
  25. runnable=true
  26. custom_features=""
  27. export_filter="all_resources"
  28. include_filter=""
  29. exclude_filter=""
  30. export_path="../pythonexport_win/godot-python-test.exe"
  31. script_export_mode=0
  32. script_encryption_key=""
  33. [preset.1.options]
  34. custom_template/debug=""
  35. custom_template/release=""
  36. binary_format/64_bits=true
  37. binary_format/embed_pck=false
  38. texture_format/bptc=false
  39. texture_format/s3tc=true
  40. texture_format/etc=false
  41. texture_format/etc2=false
  42. texture_format/no_bptc_fallbacks=true
  43. codesign/enable=false
  44. codesign/identity=""
  45. codesign/password=""
  46. codesign/timestamp=true
  47. codesign/timestamp_server_url=""
  48. codesign/digest_algorithm=1
  49. codesign/description=""
  50. codesign/custom_options=PoolStringArray( )
  51. application/icon=""
  52. application/file_version=""
  53. application/product_version=""
  54. application/company_name=""
  55. application/product_name=""
  56. application/file_description=""
  57. application/copyright=""
  58. application/trademarks=""