2
2
mirror of https://github.com/Llewellynvdm/nativefier.git synced 2024-06-20 12:22:21 +00:00

Add note about not putting spaces in user defined app name

This commit is contained in:
Jia Hao 2016-01-30 02:08:53 +08:00
parent 60f1375c25
commit 2b616e0e4a

View File

@ -69,6 +69,8 @@ $ nativefier --name "Some Awesome App" "http://medium.com"
**For Windows Users:** Take note that the application menu is automatically hidden by default, you can press `alt` on your keyboard to access it. **For Windows Users:** Take note that the application menu is automatically hidden by default, you can press `alt` on your keyboard to access it.
**For Linux Users:** Do not put spaces if you define the app name yourself with `--name`, as this will cause problems (tested on Ubuntu 14.04) when pinning a packaged app to the launcher.
## Command Line Options ## Command Line Options
```bash ```bash
@ -100,6 +102,8 @@ Prints the usage information.
The name of the application, which will affect strings in titles and the icon. The name of the application, which will affect strings in titles and the icon.
**For Linux Users:** Do not put spaces if you define the app name yourself with `--name`, as this will cause problems (tested on Ubuntu 14.04) when pinning a packaged app to the launcher.
#### [platform] #### [platform]
``` ```