Added custom log colors and customizable sounds.

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@7126 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
anders_k 2019-10-13 16:49:35 +00:00
parent 8a21b59c93
commit 6c6725d3eb
6 changed files with 55 additions and 5 deletions

View file

@ -41,6 +41,7 @@ libs = Split("""
comdlg32
comctl32
wininet
winmm
""")
docs = Split("""
@ -57,7 +58,7 @@ BuildUtil(
res = res,
resources = resources,
entry = None,
defines = ['RELEASE=2.3.4'],
defines = ['RELEASE=2.3.5'],
docs = docs,
root_util = True
)