diff src/vim.rc @ 24689:2e6cc2bf37d8 v8.2.2883

patch 8.2.2883: MS-Windows manifest file name is misleading Commit: https://github.com/vim/vim/commit/e97c7c962ca0fd7cad0d157f1762eb5cc5887fca Author: matveyt <matthewtarasov@gmail.com> Date: Mon May 24 18:48:27 2021 +0200 patch 8.2.2883: MS-Windows manifest file name is misleading Problem: MS-Windows manifest file name is misleading. Solution: Rename the file. (closes https://github.com/vim/vim/issues/8241)
author Bram Moolenaar <Bram@vim.org>
date Mon, 24 May 2021 19:00:04 +0200
parents ff39fc87f6b3
children
line wrap: on
line diff
--- a/src/vim.rc
+++ b/src/vim.rc
@@ -46,7 +46,7 @@ IDR_TOOLBAR1	BITMAP  DISCARDABLE  "tools
 # define RT_MANIFEST 24
 #endif
 
-CREATEPROCESS_MANIFEST_RESOURCE_ID RT_MANIFEST "gvim.exe.mnf"
+CREATEPROCESS_MANIFEST_RESOURCE_ID RT_MANIFEST "vim.manifest"
 #endif // RCDLL
 
 //