aboutsummaryrefslogtreecommitdiff
path: root/fiv.manifest
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.manifest
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.manifest')
-rw-r--r--fiv.manifest11
1 files changed, 11 insertions, 0 deletions
diff --git a/fiv.manifest b/fiv.manifest
new file mode 100644
index 0000000..6009f3c
--- /dev/null
+++ b/fiv.manifest
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
+<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
+ <assemblyIdentity name="fiv" version="1.0.0.0" type="win32" />
+ <dependency>
+ <dependentAssembly>
+ <assemblyIdentity name="Microsoft.Windows.Common-Controls"
+ version="6.0.0.0" type="win32" processorArchitecture="*"
+ publicKeyToken="6595b64144ccf1df" language="*" />
+ </dependentAssembly>
+ </dependency>
+</assembly>