diff options
author | Bram Moolenaar <Bram@vim.org> | 2018-12-21 16:22:50 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2018-12-21 16:22:50 +0100 |
commit | af610b8e66a7fefcb8db07ee65686f51e1cb288a (patch) | |
tree | 2db9d76d99aa2cae6cdc7997da4c4d3e5d3e195a /Filelist | |
parent | d155d7a8519987361169459b8d464ae1caef5e9c (diff) | |
download | vim-git-af610b8e66a7fefcb8db07ee65686f51e1cb288a.tar.gz |
patch 8.1.0616: NSIS installer is outdatedv8.1.0616
Problem: NSIS installer is outdated.
Solution: Use modern syntax, MUI2 and make it work better. Add translations.
(Ken Takata, closes #3501)
Diffstat (limited to 'Filelist')
-rw-r--r-- | Filelist | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -477,6 +477,7 @@ SRC_DOS = \ nsis/gvim_version.nsh \ nsis/vimrc.ini \ nsis/README.txt \ + nsis/lang/*.nsi \ uninstal.txt \ src/VisVim/Commands.cpp \ src/VisVim/Commands.h \ @@ -517,6 +518,7 @@ SRC_DOS_BIN = \ src/xpm/x86/lib-vc14/libXpm.lib \ nsis/icons/*.bmp \ nsis/icons/*.ico \ + nsis/icons/*.svg \ # source files for Amiga, DOS, etc. (also in the extra archive) SRC_AMI_DOS = \ |