mirror of
https://github.com/Llewellynvdm/nativefier.git
synced 2024-12-23 02:28:55 +00:00
Add note about not putting spaces in user defined app name
This commit is contained in:
parent
60f1375c25
commit
2b616e0e4a
@ -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 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
|
||||
|
||||
```bash
|
||||
@ -100,6 +102,8 @@ Prints the usage information.
|
||||
|
||||
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]
|
||||
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user