diff options
author | Přemysl Eric Janouch <p@janouch.name> | 2022-08-10 18:11:05 +0200 |
---|---|---|
committer | Přemysl Eric Janouch <p@janouch.name> | 2022-08-11 00:19:59 +0200 |
commit | cf19f8287547c523f65879b9e9477950c81a9eed (patch) | |
tree | c6be8ae4f6e0b24da953633d5cae77c8b91e5cb1 /fiv.rc | |
parent | 9c9453172a3941b6e43ceac0f86ecd96ead1ffb2 (diff) | |
download | fiv-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.rc | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -0,0 +1,3 @@ +#include <windows.h> +LD_ICON ICON "fiv.ico" +CREATEPROCESS_MANIFEST_RESOURCE_ID RT_MANIFEST "fiv.manifest" |