Changes

Jump to navigation Jump to search
Line 31: Line 31:  
* to keep all dependencies implementations (to not download them on demand)<br>could be any content including binaries
 
* to keep all dependencies implementations (to not download them on demand)<br>could be any content including binaries
 
* 0sugar launching code, since 0sugar is not part of Sugar Platform<br>pure python code
 
* 0sugar launching code, since 0sugar is not part of Sugar Platform<br>pure python code
* .0sugar/launch script that starts 0sugar launching code
+
* .0sugar/launch script that starts 0sugar launching code<br>''exec'' option from activity.info invokes this script
 
  exec $(dirname $0)/<path-to-0sugar>/0sugar-selector "$@"
 
  exec $(dirname $0)/<path-to-0sugar>/0sugar-selector "$@"
    
If all dependencies(including 0sugar) are packaged then this directory could be just removed.
 
If all dependencies(including 0sugar) are packaged then this directory could be just removed.

Navigation menu