From cf19f8287547c523f65879b9e9477950c81a9eed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Eric=20Janouch?= Date: Wed, 10 Aug 2022 18:11:05 +0200 Subject: Automate Windows builds, add icons to executables Scripts have been ported from sdtui, and adjusted for Meson. The port is broken through and through on WINE, but sort-of works natively. --- fiv.rc | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 fiv.rc (limited to 'fiv.rc') diff --git a/fiv.rc b/fiv.rc new file mode 100644 index 0000000..7e029f5 --- /dev/null +++ b/fiv.rc @@ -0,0 +1,3 @@ +#include +LD_ICON ICON "fiv.ico" +CREATEPROCESS_MANIFEST_RESOURCE_ID RT_MANIFEST "fiv.manifest" -- cgit v1.2.3