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, 0 insertions, 12 deletions
diff --git a/windows_installer/template.nsh b/windows_installer/template.nsh
deleted file mode 100644
index a2e54da..0000000
--- a/windows_installer/template.nsh
+++ /dev/null
@@ -1,12 +0,0 @@
-;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