[tuxdroid-svn] r5270 - software_suite_v3/smart-core/smart-server/trunk
Status: Beta
Brought to you by:
ks156
|
From: remi <c2m...@c2...> - 2009-08-01 12:54:55
|
Author: remi
Date: 2009-08-01 14:54:38 +0200 (Sat, 01 Aug 2009)
New Revision: 5270
Modified:
software_suite_v3/smart-core/smart-server/trunk/installer.nsi
software_suite_v3/smart-core/smart-server/trunk/version.py
Log:
* Updated version to 0.4.1-b11
* Automatic relaunch of TuxBox after the installation
Modified: software_suite_v3/smart-core/smart-server/trunk/installer.nsi
===================================================================
--- software_suite_v3/smart-core/smart-server/trunk/installer.nsi 2009-08-01 12:36:09 UTC (rev 5269)
+++ software_suite_v3/smart-core/smart-server/trunk/installer.nsi 2009-08-01 12:54:38 UTC (rev 5270)
@@ -4,7 +4,7 @@
; HM NIS Edit Wizard helper defines
!define PRODUCT_NAME "Smart Server"
-!define PRODUCT_VERSION "0.4.1-b10"
+!define PRODUCT_VERSION "0.4.1-b11"
; Output names
!define FINAL_INSTALLER_EXE "SmartServerInstaller_${PRODUCT_VERSION}.exe"
@@ -107,7 +107,7 @@
Pop $2
StrCmp $2 "true" start pass
start:
- Exec "$TUXDROID_PATH\bin\smart_server_start.exe"
+ Exec "$TUXDROID_PATH\bin\tuxbox_launcher.exe"
pass:
Return
SectionEnd
Modified: software_suite_v3/smart-core/smart-server/trunk/version.py
===================================================================
--- software_suite_v3/smart-core/smart-server/trunk/version.py 2009-08-01 12:36:09 UTC (rev 5269)
+++ software_suite_v3/smart-core/smart-server/trunk/version.py 2009-08-01 12:54:38 UTC (rev 5270)
@@ -7,7 +7,7 @@
# Distributed under the terms of the GNU General Public License
# http://www.gnu.org/copyleft/gpl.html
-version = '0.4.1-b10'
+version = '0.4.1-b11'
author = "Remi Jocaille (rem...@c2...)"
licence = "GPL"
date = "2009"
|