summaryrefslogtreecommitdiffstats
path: root/nsis
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2018-05-10 21:24:35 +0200
committerBram Moolenaar <Bram@vim.org>2018-05-10 21:24:35 +0200
commit38623c8512ae3d1bd9556a7b99fc6f7b3a9b1cda (patch)
tree899bd10ef0270f4f2e6bee9f041658a48b2a6510 /nsis
parent7a2b0e55e9460493c4a949bda8be70950dbb8f85 (diff)
patch 8.0.1813: Windows installer doesn't install terminal debuggerv8.0.1813
Problem: Windows installer doesn't install terminal debugger. Solution: Add the package to the list of files to install.
Diffstat (limited to 'nsis')
-rw-r--r--nsis/gvim.nsi3
1 files changed, 3 insertions, 0 deletions
diff --git a/nsis/gvim.nsi b/nsis/gvim.nsi
index a1820f449f..55bb4ce007 100644
--- a/nsis/gvim.nsi
+++ b/nsis/gvim.nsi
@@ -267,6 +267,9 @@ Section "Vim executables and runtime files"
SetOutPath $0\pack\dist\opt\swapmouse\plugin
File ${VIMRT}\pack\dist\opt\swapmouse\plugin\*.*
+ SetOutPath $0\pack\dist\opt\termdebug\plugin
+ File ${VIMRT}\pack\dist\opt\termdebug\plugin\*.*
+
SetOutPath $0\plugin
File ${VIMRT}\plugin\*.*