Fix paths in widget file.
authorSalvatore Iovene <salvatore@iovene.com>
Mon, 20 Jan 2014 09:16:37 +0000 (11:16 +0200)
committerSalvatore Iovene <salvatore@iovene.com>
Mon, 20 Jan 2014 09:16:37 +0000 (11:16 +0200)
docs/tizen/config.xml
docs/tizen/make-widget.sh

index 9928806..c569918 100644 (file)
@@ -18,7 +18,7 @@
     </author>
 
     <icon src="cowhide-icon.png" />
-    <content src="index.html" />
+    <content src="docs/index.html" />
 
     <access origin="*" subdomains="true" />
 
index dbcc2be..890e4f8 100755 (executable)
@@ -10,10 +10,10 @@ if [[ -f $PROJECT_NAME.wgt ]] ; then
   rm $PROJECT_NAME.wgt
 fi
 
-cd ../../dist/docs
-zip -r ../../docs/tizen/$PROJECT_NAME.wgt *
+cd ../../dist
+zip -r ../docs/tizen/$PROJECT_NAME.wgt * -x cowhide.zip
 
-cd ../../docs/tizen
+cd ../docs/tizen
 zip -j $PROJECT_NAME.wgt $CONFIG_FILE
 
 cd ..