[tuxdroid-svn] r4716 - software_suite_v3/smart-core/smart-server/trunk
Status: Beta
Brought to you by:
ks156
|
From: remi <c2m...@c2...> - 2009-06-01 10:05:02
|
Author: remi
Date: 2009-06-01 12:04:55 +0200 (Mon, 01 Jun 2009)
New Revision: 4716
Modified:
software_suite_v3/smart-core/smart-server/trunk/installer.nsi
Log:
* added version in the compiled installer file name
Modified: software_suite_v3/smart-core/smart-server/trunk/installer.nsi
===================================================================
--- software_suite_v3/smart-core/smart-server/trunk/installer.nsi 2009-06-01 10:02:15 UTC (rev 4715)
+++ software_suite_v3/smart-core/smart-server/trunk/installer.nsi 2009-06-01 10:04:55 UTC (rev 4716)
@@ -7,7 +7,7 @@
!define PRODUCT_VERSION "0.4.0"
; Output names
-!define FINAL_INSTALLER_EXE "SmartServerInstaller.exe"
+!define FINAL_INSTALLER_EXE "SmartServerInstaller_${PRODUCT_VERSION}.exe"
!define UNINSTALLER_EXE "SmartServerUninstaller.exe"
; The name of the installer
|