aboutsummaryrefslogtreecommitdiff
path: root/fiv.rc
diff options
context:
space:
mode:
authorPřemysl Eric Janouch <p@janouch.name>2022-08-10 18:11:05 +0200
committerPřemysl Eric Janouch <p@janouch.name>2022-08-11 00:19:59 +0200
commitcf19f8287547c523f65879b9e9477950c81a9eed (patch)
treec6be8ae4f6e0b24da953633d5cae77c8b91e5cb1 /fiv.rc
parent9c9453172a3941b6e43ceac0f86ecd96ead1ffb2 (diff)
downloadfiv-cf19f8287547c523f65879b9e9477950c81a9eed.tar.gz
fiv-cf19f8287547c523f65879b9e9477950c81a9eed.tar.xz
fiv-cf19f8287547c523f65879b9e9477950c81a9eed.zip
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.
Diffstat (limited to 'fiv.rc')
-rw-r--r--fiv.rc3
1 files changed, 3 insertions, 0 deletions
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 <windows.h>
+LD_ICON ICON "fiv.ico"
+CREATEPROCESS_MANIFEST_RESOURCE_ID RT_MANIFEST "fiv.manifest"