summaryrefslogtreecommitdiff
path: root/win/template.nsi
diff options
context:
space:
mode:
Diffstat (limited to 'win/template.nsi')
-rwxr-xr-xwin/template.nsi2
1 files changed, 1 insertions, 1 deletions
diff --git a/win/template.nsi b/win/template.nsi
index 1abe472..0f6d1c1 100755
--- a/win/template.nsi
+++ b/win/template.nsi
@@ -4,7 +4,7 @@ SetCompressor /SOLID lzma
!include "MUI2.nsh"
Name "$app_name"
-Outfile "..\dist\$app_name-installer.exe"
+Outfile "..\dist\$app_name-$version.exe"
;TODO make the installdir configurable - and set it in the registry.
InstallDir "C:\Program Files\$app_name\"
RequestExecutionLevel admin