Author: remi
Date: 2008-11-30 10:44:03 +0100 (Sun, 30 Nov 2008)
New Revision: 2929

Modified:
   
software_suite_v2/software/http_server_resources/chatter_tux/trunk/installer.nsi
Log:
* filtering included att and wav files in the installer

Modified: 
software_suite_v2/software/http_server_resources/chatter_tux/trunk/installer.nsi
===================================================================
--- 
software_suite_v2/software/http_server_resources/chatter_tux/trunk/installer.nsi
    2008-11-30 09:41:28 UTC (rev 2928)
+++ 
software_suite_v2/software/http_server_resources/chatter_tux/trunk/installer.nsi
    2008-11-30 09:44:03 UTC (rev 2929)
@@ -37,8 +37,8 @@
     ; Copy the attitune and wav files
     CreateDirectory "$TUXDROID_PATH\resources\attitunes\chatterTux"
     SetOutPath "$TUXDROID_PATH\resources\attitunes\chatterTux"
-    File /r att\*
-    File /r wav\*
+    File /r att\*.att
+    File /r wav\*.wav
        
     ; Copy the resource
     SetOutPath "$TUXDROID_PATH\softwares\tuxhttpserver\resources"


-------------------------------------------------------------------------
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