summaryrefslogtreecommitdiff
path: root/src/installer.nsi
diff options
context:
space:
mode:
Diffstat (limited to 'src/installer.nsi')
-rw-r--r--src/installer.nsi2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/installer.nsi b/src/installer.nsi
index b4c5a43..fabd6c3 100644
--- a/src/installer.nsi
+++ b/src/installer.nsi
@@ -10,7 +10,7 @@ Name "Transmission Remote GTK"
; The file to write
!ifndef REV
-OutFile "transmission-remote-gtk-0.8-installer.exe"
+OutFile "transmission-remote-gtk-1.0-installer.exe"
!else
OutFile "transmission-remote-gtk-${REV}-installer.exe"
!endif