forked from crosswalk-project/crosswalk-website
-
Notifications
You must be signed in to change notification settings - Fork 0
Creating bootstrap application installers
James Ketrenos edited this page Sep 2, 2013
·
1 revision
This tool is for developers who need to distribute their applications along with Crosswalk runtime in an all-in-one installer.
Download all the files in the following URL put them into a folder:
https://github.com/crosswalk-project/crosswalk/tree/master/tools/packaging/bootstrapped
For Windows, run "create_windows_installer.bat --help" to see the usage of the tool.
For Linux, run "./create_linux_installer.sh --help" to see the usage of the tool.
On Windows, if you specify --app_arguments, you'd better specify the full path of your app's startup page. For example:
--app_arguments="--allow-file-access-from-files [INSTALLDIR]src/index.html"
[INSTALLDIR] will be replaced with the actually installed dir of your application. ### Examples:
create_windows_installer.bat webapps-scientific-calculator-master --wix_bin_path="C:\Program Files (x86)\WiX Toolset v3.7\bin" --xwalk_path="C:\Users\zchen42\Desktop\xwalk paking\xwalk-win32"