Skip to content

Commit

Permalink
native: set windows version info
Browse files Browse the repository at this point in the history
This makes task manager's process list show "RuneLite" instead of
"RuneLite.exe" when file extensions are not hidden.
  • Loading branch information
Adam- committed Nov 2, 2023
1 parent b2464da commit bdbac3a
Showing 1 changed file with 24 additions and 1 deletion.
25 changes: 24 additions & 1 deletion native/src/win32/runelite.rc
Original file line number Diff line number Diff line change
@@ -1 +1,24 @@
RUNELITE_ICON ICON runelite.ico
#include "winres.h"

RUNELITE_ICON ICON runelite.ico

1 VERSIONINFO
FILEFLAGS 0
FILEOS VOS__WINDOWS32
FILETYPE VFT_APP
BEGIN
BLOCK "StringFileInfo"
BEGIN
BLOCK "040904B0"
BEGIN
VALUE "FileDescription", "RuneLite"
VALUE "OriginalFilename", "RuneLite.exe"
VALUE "ProductName", "RuneLite Launcher"
END
END

BLOCK "VarFileInfo"
BEGIN
VALUE "Translation", 0x409, 0x4B0
END
END

0 comments on commit bdbac3a

Please sign in to comment.