From 5fd4cb8ab3bb7b44899e2a68703ec3a1d5979f1d Mon Sep 17 00:00:00 2001 From: admin Date: Fri, 25 Apr 2025 23:46:04 +0200 Subject: Added Icon --- glamac.rc | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 glamac.rc (limited to 'glamac.rc') diff --git a/glamac.rc b/glamac.rc new file mode 100644 index 0000000..b656313 --- /dev/null +++ b/glamac.rc @@ -0,0 +1,27 @@ +// Application icon +1 ICON "res/icons/glamac_icon.ico" + +// Optional: version information +1 VERSIONINFO +FILEVERSION 1,0,0,0 +PRODUCTVERSION 1,0,0,0 +BEGIN + BLOCK "StringFileInfo" + BEGIN + BLOCK "040904E4" // U.S. English, multilingual charset + BEGIN + VALUE "CompanyName", "optics-design.com" + VALUE "FileDescription", "Optical Glass Map" + VALUE "FileVersion", "1.0.0" + VALUE "InternalName", "glamac" + VALUE "LegalCopyright", "Copyright (C) 2025 optics-design.com" + VALUE "OriginalFilename", "glamac.exe" + VALUE "ProductName", "GlaMaC" + VALUE "ProductVersion", "0.1.0" + END + END + BLOCK "VarFileInfo" + BEGIN + VALUE "Translation", 0x409, 1252 // U.S. English, Windows ANSI + END +END -- cgit v1.2.3