crosswalk-app-tools
Advanced tools
Comparing version 0.10.0 to 0.10.1
@@ -320,6 +320,6 @@ // Copyright © 2014 Intel Corporation. All rights reserved. | ||
return null; | ||
} else if (xwalk.version.major < 18) { | ||
} else if (xwalk.version.major < 17) { | ||
output.error("This version can't support Crosswalk " + xwalk.version.major + ". Please use previous version of this tool."); | ||
return null; | ||
} else if (xwalk.version.major > 18) { | ||
} else if (xwalk.version.major > 19) { | ||
output.warning("This tool has not been tested with Crosswalk " + xwalk.version.major + "."); | ||
@@ -326,0 +326,0 @@ } |
{ | ||
"name": "crosswalk-app-tools", | ||
"version": "0.10.0", | ||
"version": "0.10.1", | ||
"description": "An APK packager for the Crosswalk Project -- http://crosswalk-project.org", | ||
@@ -5,0 +5,0 @@ "author": "Robert Staudinger <robert.staudinger@intel.com>", |
@@ -48,6 +48,7 @@ Crosswalk-app-tools | ||
-m --manifest=<package-id> Fill manifest.json with default values | ||
-p --platforms=<android|windows> Specify target platform | ||
-p --platforms=<target-systems> Specify target platform | ||
-r --release Build release packages | ||
-t --targets=<target-archs> Target CPU architectures | ||
-v --version Print tool version | ||
-w --windows=<windows-conf> Extra configurations for Windows | ||
@@ -76,2 +77,8 @@ <path> | ||
<target-systems> | ||
List of operating systems for which to create packages. | ||
Default is android-only, which is supported on Apple OSX, Linux and Windows | ||
Creating Windows MSIs is supported on Microsoft Windows only. | ||
Example: --platforms="android windows" | ||
<version-spec> | ||
@@ -85,2 +92,6 @@ * Channel name, i.e. stable/beta/canary | ||
<windows-conf> | ||
Quoted string with extra config, e.g. "google-api-key:<name>" | ||
where <name> is the keyset in ~/.crosswalk-app-tools-keys.json | ||
Environment variables | ||
@@ -87,0 +98,0 @@ CROSSWALK_APP_TOOLS_CACHE_DIR=<path>: Keep downloaded files in this dir |
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 1 instance in 1 package
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 1 instance in 1 package
450268
146