summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2012-07-23 01:04:28 +0100
committerCarl Hetherington <cth@carlh.net>2012-07-23 01:04:28 +0100
commitf5223fab47756fa842efd877d63aa4001711c0fc (patch)
tree8381cfe34ab1275d9b314898418683851ad5c314
parent2fc3ace52b526f327e96face627bfd473dc403cc (diff)
Tweak installer .exe name.
-rw-r--r--windows/installer.nsi.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/windows/installer.nsi.in b/windows/installer.nsi.in
index 4f8a53abe..dcffe8f6f 100644
--- a/windows/installer.nsi.in
+++ b/windows/installer.nsi.in
@@ -3,7 +3,7 @@ Name "DVD-o-matic"
RequestExecutionLevel user
-outFile "DVD-o-matic @version@.exe"
+outFile "DVD-o-matic @version@ Installer.exe"
!define MUI_ICON "dvdomatic.ico"
!define MUI_UNICON "dvdomatic.ico"
!define MUI_SPECIALBITMAP "dvdomatic.bmp"