From a98908f05eab306c3e54820f153de4aa7df41cfe Mon Sep 17 00:00:00 2001 From: Segev Finer Date: Sun, 20 Feb 2022 19:12:40 +0200 Subject: feat: Add a Windows application manifest (#3590) * feat: Add a Windows application manifest Closes #3589 * Enable longPathAware * Switch to winres crate * Only depend on winres on Windows * Switch to cfg attribute --- starship.exe.manifest | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 starship.exe.manifest (limited to 'starship.exe.manifest') diff --git a/starship.exe.manifest b/starship.exe.manifest new file mode 100644 index 000000000..32d556eda --- /dev/null +++ b/starship.exe.manifest @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + true + + + -- cgit v1.2.3