summaryrefslogtreecommitdiffstats
path: root/windows_installer/template.nsh
diff options
context:
space:
mode:
Diffstat (limited to 'windows_installer/template.nsh')
-rw-r--r--windows_installer/template.nsh12
1 files changed, 12 insertions, 0 deletions
diff --git a/windows_installer/template.nsh b/windows_installer/template.nsh
new file mode 100644
index 0000000..a2e54da
--- /dev/null
+++ b/windows_installer/template.nsh
@@ -0,0 +1,12 @@
+;NSIS Modern User Interface - Language File
+;Compatible with Modern UI 1.68
+
+;Language: %(name)s (%(id)s)
+
+;--------------------------------
+
+!insertmacro MUI_LANGUAGEFILE_BEGIN "%(name)s"
+
+ !define MUI_LANGNAME "%(name)s" ;Use only ASCII characters (if this is not possible, use the English name)
+
+!insertmacro MUI_LANGUAGEFILE_END