From cb105e76493c5459f6786987ad40482b4e9698c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20=27Necoro=27=20Neumann?= Date: Tue, 1 Feb 2022 10:30:03 +0100 Subject: Add windows manifest --- engarde-importer.exe.manifest | 32 ++++++++++++++++++++++++++++++++ gui.go | 2 ++ rsrc_windows_amd64.syso | Bin 0 -> 1844 bytes 3 files changed, 34 insertions(+) create mode 100644 engarde-importer.exe.manifest create mode 100644 rsrc_windows_amd64.syso diff --git a/engarde-importer.exe.manifest b/engarde-importer.exe.manifest new file mode 100644 index 0000000..f326fce --- /dev/null +++ b/engarde-importer.exe.manifest @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + true/pm + PerMonitorV2 + UTF-8 + + + diff --git a/gui.go b/gui.go index 30f8119..c29ec41 100644 --- a/gui.go +++ b/gui.go @@ -7,6 +7,8 @@ import ( "github.com/AllenDang/imgui-go" ) +//go:generate rsrc -manifest engarde-importer.exe.manifest + var guiCfg EngardeConfig type gridLayout struct { diff --git a/rsrc_windows_amd64.syso b/rsrc_windows_amd64.syso new file mode 100644 index 0000000..90f5dc2 Binary files /dev/null and b/rsrc_windows_amd64.syso differ -- cgit v1.2.3