2
2
mirror of https://github.com/Llewellynvdm/nativefier.git synced 2024-09-22 09:39:02 +00:00

Fix error in usage example

Removed "--target" in example and add quotes to make sure the shell interpreter does not try to interpret certain characters like ? or & in the url
This commit is contained in:
Jan Visser 2015-11-06 14:53:28 +01:00
parent e987b6425f
commit 7a7a04d56a

View File

@ -8,7 +8,7 @@ platform all, or one or more of: linux, win32, darwin (comma-delimited
arch all, ia32, x64 arch all, ia32, x64
version see https://github.com/atom/electron/releases version see https://github.com/atom/electron/releases
Example nativefier Messenger --target=http://messenger.com --platform=darwin --arch=x64 --version=0.28.2 Example nativefier Messenger "http://messenger.com" --platform=darwin --arch=x64 --version=0.28.2
Optional options Optional options
@ -37,4 +37,4 @@ version-string should contain a hash of the application metadata to be embed
- InternalName - InternalName
badge if the target app should show badges in the OSX dock on receipt of desktop notifications badge if the target app should show badges in the OSX dock on receipt of desktop notifications
width window width (default=1280) width window width (default=1280)
height window height (default=800) height window height (default=800)