From 7ef87a3de795d15ea14e13668756b43c42b84567 Mon Sep 17 00:00:00 2001 From: Alan Aguiar Date: Mon, 04 Nov 2013 07:34:25 +0000 Subject: fix bundlebuilder --- diff --git a/NEWS b/NEWS deleted file mode 100644 index e69de29..0000000 --- a/NEWS +++ /dev/null diff --git a/README b/README deleted file mode 100644 index 6764c94..0000000 --- a/README +++ /dev/null @@ -1,16 +0,0 @@ -Hi! If you wanna run this game outside a XO, just run gambiarra.py . -Like this: -$ python gambiarra.py - -If you have a XO and wanna install the activity, there are two ways: -- Inside the XO, run -$ python setup.py dist -$ sugar-install-bundle Gambiarra-1.xo -- Outside the XO, you need to run sugar-jhbuild: -$ ./sugar-jhbuild shell -Go to the Gambiarra dir -$ python setup.py dist -and then copy it to the XO, and run -$ sugar-install-bundle Gambiarra-1.xo - -Have fun! diff --git a/setup.py b/setup.py index 11026f6..bafa2c2 100644 --- a/setup.py +++ b/setup.py @@ -1,4 +1,4 @@ #!/usr/bin/env python from sugar.activity import bundlebuilder -bundlebuilder.start('Gambiarra') \ No newline at end of file +bundlebuilder.start() -- cgit v0.9.1