sm64coopdx/res/icon.rc
Cooliokid956 d973faffed
Add version info (Windows) + Smart update checker (#1069)
* Add version info (Windows) + Smart update checker

* patch autogen, remove prints

* Fix special case (min=0,fix=!0)

* Not that obvious!!

* Still too obvious... last one

* the djoslin0 review

* Nuked
2026-05-01 22:05:42 -04:00

27 lines
No EOL
770 B
Text

id ICON res/icon.ico
#include <winver.h>
#include "../src/pc/network/version.h"
VS_VERSION_INFO VERSIONINFO
FILEVERSION 1,(VERSION_NUMBER-VERSION_OFFSET),MINOR_VERSION_NUMBER,0
PRODUCTVERSION VERSION_NUMBER,MINOR_VERSION_NUMBER,0,0
FILEOS VOS_NT
FILETYPE VFT_APP
{
BLOCK StringFileInfo
{
BLOCK "040904B0"
{
VALUE "FileDescription", "Super Mario 64 Coop Deluxe"
VALUE "FileVersion", SM64COOPDX_VERSION
VALUE "ProductName", "Super Mario 64 Coop Deluxe"
VALUE "ProductVersion", SM64COOPDX_VERSION
VALUE "InternalName", "sm64coopdx.exe"
VALUE "OriginalFilename", "sm64coopdx.exe"
}
}
BLOCK "VarFileInfo"
{
VALUE "Translation", 0x0409, 0x04B0
}
}