godot_res.rc 1.0 KB

1234567891011121314151617181920212223242526272829303132333435
  1. #include "core/version.h"
  2. #ifndef RT_MANIFEST
  3. #define RT_MANIFEST 24
  4. #endif
  5. GODOT_ICON ICON platform/windows/godot.ico
  6. 1 RT_MANIFEST "godot.manifest"
  7. 1 VERSIONINFO
  8. FILEVERSION VERSION_MAJOR,VERSION_MINOR,VERSION_PATCH,0
  9. PRODUCTVERSION VERSION_MAJOR,VERSION_MINOR,VERSION_PATCH,0
  10. FILEOS 4
  11. FILETYPE 1
  12. BEGIN
  13. BLOCK "StringFileInfo"
  14. BEGIN
  15. BLOCK "040904b0"
  16. BEGIN
  17. VALUE "CompanyName", "Godot Engine"
  18. VALUE "FileDescription", VERSION_NAME
  19. VALUE "FileVersion", VERSION_NUMBER
  20. VALUE "ProductName", VERSION_NAME
  21. VALUE "Licence", "MIT"
  22. VALUE "LegalCopyright", "(c) 2007-present Juan Linietsky, Ariel Manzur and Godot Engine contributors"
  23. VALUE "Info", "https://godotengine.org"
  24. VALUE "ProductVersion", VERSION_FULL_BUILD
  25. END
  26. END
  27. BLOCK "VarFileInfo"
  28. BEGIN
  29. VALUE "Translation", 0x409, 1200
  30. END
  31. END