From 1c0cc775732201f4c4d3ee0d6772be786b3b4aa1 Mon Sep 17 00:00:00 2001 From: Uneven Prankster Date: Sun, 15 Oct 2023 21:28:29 -0300 Subject: A lot has certainly happened! --- raylib/src/raylib.rc | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 raylib/src/raylib.rc (limited to 'raylib/src/raylib.rc') diff --git a/raylib/src/raylib.rc b/raylib/src/raylib.rc new file mode 100644 index 0000000..6a95465 --- /dev/null +++ b/raylib/src/raylib.rc @@ -0,0 +1,27 @@ +GLFW_ICON ICON "raylib.ico" + +1 VERSIONINFO +FILEVERSION 4,5,0,0 +PRODUCTVERSION 4,5,0,0 +BEGIN + BLOCK "StringFileInfo" + BEGIN + //BLOCK "080904E4" // English UK + BLOCK "040904E4" // English US + BEGIN + //VALUE "CompanyName", "raylib technologies" + VALUE "FileDescription", "raylib application (www.raylib.com)" + VALUE "FileVersion", "4.5.0" + VALUE "InternalName", "raylib app" + VALUE "LegalCopyright", "(c) 2023 Ramon Santamaria (@raysan5)" + //VALUE "OriginalFilename", "raylib_app.exe" + VALUE "ProductName", "raylib app" + VALUE "ProductVersion", "4.5.0" + END + END + BLOCK "VarFileInfo" + BEGIN + //VALUE "Translation", 0x809, 1252 // English UK + VALUE "Translation", 0x409, 1252 // English US + END +END -- cgit v1.2.3