2
2
mirror of https://github.com/Llewellynvdm/nativefier.git synced 2024-12-23 10:38:55 +00:00

Updated version and readme

This commit is contained in:
Jia Hao 2015-07-05 16:43:44 +08:00
parent 4495b26c92
commit 594607080e
2 changed files with 7 additions and 2 deletions

View File

@ -9,6 +9,10 @@ Simply a fork with a small layer of abstraction on top of [electron-packager](ht
I did this because I was tired of having to `⌘-tab or alt-tab` to my browser and then search through the numerous tabs open when I was using [Whatsapp Web](http://web.whatsapp.com) or [Facebook Messenger](http://messenger.com). I did this because I was tired of having to `⌘-tab or alt-tab` to my browser and then search through the numerous tabs open when I was using [Whatsapp Web](http://web.whatsapp.com) or [Facebook Messenger](http://messenger.com).
### Notes
A back button is intentionally not provided because the tool is designed for single page apps. However, if desired, an executable can built for any url, and simply pressing the `backspace` key will take the user back to the previous page.
## Installation ## Installation
```bash ```bash
@ -70,3 +74,4 @@ $ nativefier Messenger --platform=darwin --arch=x64 --version=0.29.1 --target='h
## Todo ## Todo
- Set the app icon from a url in the CLI - Set the app icon from a url in the CLI
- Set the app window dimensions from the CLI

View File

@ -1,6 +1,6 @@
{ {
"name": "nativefier", "name": "nativefier",
"version": "1.0.6", "version": "1.0.7",
"description": "Wrap single-page web apps natively", "description": "Wrap single-page web apps natively",
"main": "index.js", "main": "index.js",
"bin": { "bin": {