From bc321ec7eba87beba94d602b78121b6f7c51aff7 Mon Sep 17 00:00:00 2001 From: Alexander Shaduri Date: Fri, 4 Feb 2022 11:55:04 +0400 Subject: [PATCH] Embed manifest file in exe. Signed-off-by: Alexander Shaduri --- src/gsc_winres.rc.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/gsc_winres.rc.in b/src/gsc_winres.rc.in index 27cd796..8ea9fb1 100644 --- a/src/gsc_winres.rc.in +++ b/src/gsc_winres.rc.in @@ -1,6 +1,9 @@ gsmartcontrol ICON "gsmartcontrol.ico" +// Embed manifest in exe +1 24 "gsmartcontrol.exe.manifest" + 1 VERSIONINFO FILEVERSION 0,0,0,0 PRODUCTVERSION 0,0,0,0