summaryrefslogtreecommitdiff
path: root/binary.sh
diff options
context:
space:
mode:
authorGubolin <gubolin@fantasymail.de>2015-02-22 15:37:06 +0100
committerGubolin <gubolin@fantasymail.de>2015-02-22 15:37:06 +0100
commit50f99d2d2eb68f812ad65ab7e717698bf5b95556 (patch)
tree036d302e1ac62d3bb033404dd04e4c023336b4ee /binary.sh
parent253c841a79c101db982731c9e56f953a8120ffc3 (diff)
downloadsnap-50f99d2d2eb68f812ad65ab7e717698bf5b95556.tar.gz
snap-50f99d2d2eb68f812ad65ab7e717698bf5b95556.zip
update to allow building with crosswalk
Diffstat (limited to 'binary.sh')
-rwxr-xr-xbinary.sh10
1 files changed, 9 insertions, 1 deletions
diff --git a/binary.sh b/binary.sh
index 4fb045a..23f1535 100755
--- a/binary.sh
+++ b/binary.sh
@@ -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