NSIS: Install to C:\Nim by default.

This commit is contained in:
Dominik Picheta
2017-01-28 17:06:25 +01:00
parent efe65e2255
commit 0f82f047a2

View File

@@ -258,7 +258,7 @@
Function .onInit
${GetRoot} "$EXEDIR" $R0
;strCpy $INSTDIR "$R0\?{c.name}"
strCpy $INSTDIR "$R0\?{c.name}"
FunctionEnd