diff options
| author | Gubolin <gubolin@fantasymail.de> | 2015-02-22 15:37:06 +0100 |
|---|---|---|
| committer | Gubolin <gubolin@fantasymail.de> | 2015-02-22 15:37:06 +0100 |
| commit | 50f99d2d2eb68f812ad65ab7e717698bf5b95556 (patch) | |
| tree | 036d302e1ac62d3bb033404dd04e4c023336b4ee /binary.sh | |
| parent | 253c841a79c101db982731c9e56f953a8120ffc3 (diff) | |
| download | snap-50f99d2d2eb68f812ad65ab7e717698bf5b95556.tar.gz snap-50f99d2d2eb68f812ad65ab7e717698bf5b95556.zip | |
update to allow building with crosswalk
Diffstat (limited to 'binary.sh')
| -rwxr-xr-x | binary.sh | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -17,7 +17,15 @@ then echo " Mobile amazon-fireos android blackberry10 firefoxos ios ubuntu wp8 win8 tizen" echo " Desktop win32 win64 osx linux32 linux64" echo "" - echo "If FILE/URL is given, it will be #open-ed inside Snap\! immediately. URL will be loaded at runtime." + echo "If FILE/URL is given, it will be #open-ed inside Snap! immediately. URL will be loaded at runtime." + echo "" + echo "" + echo "The following environment variables will be used, if available:" + echo " snapsource Path or URL to the Snap! git repository. This repository must contain the branch" + echo " mobileapp with the configuration files! Default: https://github.com/Gubolin/snap.git" + echo " crosswalk Path to a crosswalk-cordova directory. Download \"Cordova Android\" here:" + echo " https://crosswalk-project.org/documentation/downloads.html" + echo " If omitted, standard cordova will be used." exit 0 fi |
