Activity Team/Sweetener: Difference between revisions
| Line 24: | Line 24: | ||
* Make the following directories inside your activity: | * Make the following directories inside your activity: | ||
activity/ | activity/ | ||
sugar | sugar/ | ||
desktop | desktop/ # (Only if you want to run your activity on Linux desktops) | ||
* | * Clone the sweetener API | ||
git submodule add git://git.sugarlabs.org/sweetener/sugar sugar/sweetener | |||
# This is only for other Linux desktops. | |||
git submodule add git://git.sugarlabs.org/sweetener/desktop desktop/sweetener | |||
* Fill info.py with information about your activity. See [[Activity_Team/Sweetener#Activity_information|info.py fields]]. | * Fill info.py with information about your activity. See [[Activity_Team/Sweetener#Activity_information|info.py fields]]. | ||
* Create a sugarized icon on activity/activity-(lower-name).svg where lower-name must be the same as the variable on info.py | * Create a sugarized icon on activity/activity-(lower-name).svg where lower-name must be the same as the variable on info.py | ||