Skip to content

Commit af610b8

Browse files
committed
patch 8.1.0616: NSIS installer is outdated
Problem: NSIS installer is outdated. Solution: Use modern syntax, MUI2 and make it work better. Add translations. (Ken Takata, closes #3501)
1 parent d155d7a commit af610b8

18 files changed

Lines changed: 3623 additions & 340 deletions

Filelist

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -477,6 +477,7 @@ SRC_DOS = \
477477
nsis/gvim_version.nsh \
478478
nsis/vimrc.ini \
479479
nsis/README.txt \
480+
nsis/lang/*.nsi \
480481
uninstal.txt \
481482
src/VisVim/Commands.cpp \
482483
src/VisVim/Commands.h \
@@ -517,6 +518,7 @@ SRC_DOS_BIN = \
517518
src/xpm/x86/lib-vc14/libXpm.lib \
518519
nsis/icons/*.bmp \
519520
nsis/icons/*.ico \
521+
nsis/icons/*.svg \
520522

521523
# source files for Amiga, DOS, etc. (also in the extra archive)
522524
SRC_AMI_DOS = \

0 commit comments

Comments
 (0)