Author: remi
Date: 2008-12-03 11:46:02 +0100 (Wed, 03 Dec 2008)
New Revision: 2988

Modified:
   software_suite_v2/tuxware/pytuxisalive/trunk/src/installer.nsi
Log:
* hardcoded the python.exe path in the tuxshell bat command.

Modified: software_suite_v2/tuxware/pytuxisalive/trunk/src/installer.nsi
===================================================================
--- software_suite_v2/tuxware/pytuxisalive/trunk/src/installer.nsi      
2008-12-03 08:45:25 UTC (rev 2987)
+++ software_suite_v2/tuxware/pytuxisalive/trunk/src/installer.nsi      
2008-12-03 10:46:02 UTC (rev 2988)
@@ -47,7 +47,7 @@
 
     ; Write bat file
     Delete "$TUXDROID_PATH\bin\tuxsh.bat"
-    Push 'python.exe -i 
"$TUXDROID_PYTHON_PATH\Lib\site-packages\tuxisalive\api\sh.py"'
+    Push '$TUXDROID_PYTHON_PATH\python.exe -i 
"$TUXDROID_PYTHON_PATH\Lib\site-packages\tuxisalive\api\sh.py"'
     Push "$TUXDROID_PATH\bin\tuxsh.bat"
     Call WriteToFile
 


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Tux-droid-svn mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tux-droid-svn

Reply via email to