build changes

This commit is contained in:
nexusverypro
2026-07-03 22:22:19 +01:00
parent 35f52a4115
commit 3c55bd62e1
4 changed files with 28 additions and 7 deletions

18
resources/version.rc Normal file
View File

@@ -0,0 +1,18 @@
1 VERSIONINFO
FILEVERSION 1,1,0,0
PRODUCTVERSION 1,1,0,0
BEGIN
BLOCK "StringFileInfo"
BEGIN
BLOCK "040904b0"
BEGIN
VALUE "CompanyName", "Radium Development"
VALUE "FileDescription", "libradhook, a lightweight and minimalistic cross-platform hooking library for windows and android"
VALUE "LegalCopyright", "Copyright (c) RecRoomArchive"
END
END
BLOCK "VarFileInfo"
BEGIN
VALUE "Translation", 0x409, 1200
END
END