make the resource files not be raylib specific

This commit is contained in:
Jeffery Myers
2025-05-18 17:58:08 -07:00
parent eee8b1e8ce
commit 41931dbb6c
2 changed files with 9 additions and 9 deletions

View File

@@ -1,8 +1,8 @@
GLFW_ICON ICON "raylib.ico" GLFW_ICON ICON "icon.ico"
1 VERSIONINFO 1 VERSIONINFO
FILEVERSION 5,5,0,0 FILEVERSION 1,0,0,0
PRODUCTVERSION 5,5,0,0 PRODUCTVERSION 1,0,0,0
BEGIN BEGIN
BLOCK "StringFileInfo" BLOCK "StringFileInfo"
BEGIN BEGIN
@@ -10,13 +10,13 @@ BEGIN
BLOCK "040904E4" // English US BLOCK "040904E4" // English US
BEGIN BEGIN
//VALUE "CompanyName", "raylib technologies" //VALUE "CompanyName", "raylib technologies"
VALUE "FileDescription", "raylib application (www.raylib.com)" VALUE "FileDescription", "A cool game made with raylib (www.raylib.com)"
VALUE "FileVersion", "5.5.0" VALUE "FileVersion", "1.0.0"
VALUE "InternalName", "raylib app" VALUE "InternalName", "cool game"
VALUE "LegalCopyright", "(c) 2024 Ramon Santamaria (@raysan5)" VALUE "LegalCopyright", "(c) 2025 YOUR NAME"
//VALUE "OriginalFilename", "raylib_app" //VALUE "OriginalFilename", "raylib_app"
VALUE "ProductName", "raylib app" VALUE "ProductName", "A cool game"
VALUE "ProductVersion", "5.5.0" VALUE "ProductVersion", "1.0.0"
END END
END END
BLOCK "VarFileInfo" BLOCK "VarFileInfo"

View File

Before

Width:  |  Height:  |  Size: 9.5 KiB

After

Width:  |  Height:  |  Size: 9.5 KiB