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

View File

Before

Width:  |  Height:  |  Size: 9.5 KiB

After

Width:  |  Height:  |  Size: 9.5 KiB