From 2b616e0e4a45e49662dc02ef765eda1d1f75e2a0 Mon Sep 17 00:00:00 2001 From: Jia Hao Date: Sat, 30 Jan 2016 02:08:53 +0800 Subject: [PATCH] Add note about not putting spaces in user defined app name --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 0b9b70b..e382c1d 100644 --- a/README.md +++ b/README.md @@ -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] ```