Commit Graph

75 Commits

Author SHA1 Message Date
Tobias Schneck 95cc30983b Run Nativefier with Docker (#311)
TODO: windows are currently not possible, because of non 64-bit version of `node-rcedit`, see https://github.com/electron/node-rcedit/issues/22. Also there is currently no 32-bit alpine package for wine, what possible solve this image.
2017-05-19 21:21:16 +08:00
Jia Hao Goh 36e34c95a5 Remove `$` from docs
This allows shell commands to be copy and pasted easily
2017-04-09 10:36:27 +08:00
Jia Hao Goh 1658db53a6 Document minimum macOS version in docs 2017-04-09 10:35:46 +08:00
Lucas Caton 7512701a50 Replace OSX with macOS in README (#331) 2017-04-07 22:29:38 -04:00
Callum Macdonald e83ffcd481 Use absolute link to changelog 2017-02-12 23:39:44 +08:00
follower b9974c55b7 Fix typo in documentation (#237) 2016-10-09 12:06:01 +08:00
Goh Jia Hao 785a3b54bf Update docs to reflect node support for >=4 only 2016-05-27 00:11:24 +08:00
Goh Jia Hao 4e7fe7fa55 Add dependency status 2016-05-26 23:08:32 +08:00
Jia Hao 2cd251739e Add walkthrough gif in readme
Use relative link for dock screenshot
2016-03-27 11:36:04 +08:00
Jia Hao 404bab30c3 No longer enable flash by default
Flash should be enabled with `--flash`, which will also enable the `--insecure` flag
2016-03-26 15:06:50 +08:00
Jia Hao 08575ca75f Put changelog in `./docs` 2016-03-14 00:35:46 +08:00
Jia Hao 517cfd7df7 Add link to api docs 2016-03-13 15:31:15 +08:00
Jia Hao 67dc46adf5 Split docs into multiple files 2016-03-13 15:27:32 +08:00
Jia Hao 5bad1d08dd Use `windows` and `osx` to specify platform 2016-03-12 16:47:18 +08:00
Jia Hao cbff6ba50d Add note about nativefier-icons 2016-03-12 16:38:24 +08:00
Jia Hao e6dc4b8441 Override output directory by default 2016-03-12 16:07:21 +08:00
Jia Hao 7ba016bf50 Support only node 0.12 onwards 2016-03-12 02:00:00 +08:00
Jia Hao a49decbae8 Add optional dependencies 2016-03-11 02:29:13 +08:00
Jia Hao dea22336d9 Update Readme for Windows dev setup 2016-03-11 02:27:49 +08:00
Jia Hao 79c7767bb0 Add note about wine 2016-03-10 13:03:40 +08:00
Jia Hao 38a15baac2 Make section on optional dependencies clearer 2016-03-09 14:24:00 +08:00
Jia Hao 9d1276353e Remove dependency on Sips
Also update documentation for icon conversion dependencies
2016-03-09 00:01:27 +08:00
Jia Hao 866991d6a1 Fix typo in header 2016-02-25 19:09:08 +08:00
Jia Hao 31ee80f84f Implement command line flag to start app in full screen, resolves #109 2016-02-25 18:26:28 +08:00
Jia Hao 166aa8962e Add readme for injection 2016-02-25 15:09:26 +08:00
Jia Hao 4c03e72137 Add note about flash needing testing 2016-02-25 12:12:23 +08:00
Jia Hao 1b0351cd01 Change flag usage
- `--ignore-certificate` to ignore invalid certificate errors,
- `--insecure` to disable web security to allow mixed content
2016-02-23 21:31:47 +08:00
Jia Hao 2a31561fda Add documentation about flash and web security 2016-02-23 21:25:20 +08:00
Jia Hao 7bfa42ef71 Merge branch 'development' into feature/flash
# Conflicts:
#	README.md
#	src/build/buildApp.js
#	src/cli.js
#	src/options/optionsMain.js
2016-02-23 21:13:20 +08:00
Jia Hao dab9a06774 Update documentation for flash 2016-02-23 17:13:51 +08:00
Benjamin Wiederkehr dc51407ccb Added option to disable web security. 2016-02-22 21:33:33 +01:00
Benjamin Wiederkehr 481793b02f Promise to add insecure-content option. 2016-02-22 18:39:41 +01:00
Jia Hao 4663b99050 Merge pull request #142 from jiahaog/master
Add version flag for readme

Former-commit-id: a6280c7234af246df0a13cad45b5870715f25a09
2016-02-19 12:32:10 +08:00
Jia Hao 69a4d97ac2 Update example api usage for `require('nativefier').default`
Fixes #120

Former-commit-id: 6cf9926e3f7ff59639f4df58b9db77b99f33f82b
2016-02-19 00:54:43 +08:00
Jia Hao 6625446b01 Update readme 2016-01-31 22:02:35 +08:00
taiyoslime 4c21d3ac8e Update Readme to add usage of -V option 2016-01-30 18:16:21 +09:00
Jia Hao 2b616e0e4a Add note about not putting spaces in user defined app name 2016-01-30 02:08:53 +08:00
Jia Hao f471fe240e Update readme 2016-01-30 01:57:30 +08:00
Jia Hao a9ccaa5c10 Add note about `.png` to `.icns` conversion only supported on OSX 2016-01-29 22:09:33 +08:00
Jia Hao 421838d986 Update badge to reference development branch 2016-01-29 22:05:52 +08:00
Jia Hao 7417c7da0d Update readme 2016-01-29 14:46:09 +08:00
Jia Hao 51acbaaa9c Cleanup options.js, rename `--app-name` to `--name` 2016-01-29 11:37:54 +08:00
Jia Hao a4cee33080 Update readme for icons 2016-01-28 23:40:19 +08:00
Jia Hao 2bdb2ab753 Update readme for `.png` conversion 2016-01-28 11:38:58 +08:00
Jia Hao 6b0d10f9d4 Fix the icon parameter for linux and windows 2016-01-26 14:24:47 +08:00
Jia Hao d74c368627 Add command line flag to make the packaged app ignore certificate errors, fixes #69 2016-01-25 23:42:28 +08:00
Jia Hao 303d439192 Merge branch 'master' of https://github.com/taiyoslime/nativefier into taiyoslime-master
# Conflicts:
#	src/cli.js
2016-01-24 15:33:57 +08:00
Jia Hao ba1a270ee4 Update README so that Windows users know that they can press `alt` to show the application menu 2016-01-24 15:31:35 +08:00
Jia Hao e86119ba96 Merge branch 'feature/show-menu-bar' of https://github.com/fearenales/nativefier into fearenales-feature/show-menu-bar
# Conflicts:
#	app/nativefier.json
#	app/src/main.js
#	src/buildApp.js
2016-01-24 15:24:27 +08:00
Jia Hao 231467c9f2 Add build status 2016-01-24 02:10:56 +08:00