From 4c03e72137b42fda580c670aed9b03dcc5fc9cdb Mon Sep 17 00:00:00 2001 From: Jia Hao Date: Thu, 25 Feb 2016 12:12:23 +0800 Subject: [PATCH] Add note about flash needing testing --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0f50ac5..85aac85 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ View the changelog [here](https://github.com/jiahaog/nativefier/blob/master/Hist ### Features - Automatically retrieves the correct icon and app name -- Flash Support +- Flash Support (Needs Testing) ## Installation @@ -250,7 +250,7 @@ Forces the packaged app to ignore web security errors. By default, nativefier will automatically try to determine the location of your Google Chrome flash binary. In the event that Flash does not appear to work, you can specify it directly with this command line flag, by retrieving the location of the Flash path from [chrome://plugins](chrome://plugins), under `Adobe Flash Player` > `Location`. -From my experience, it might be helpful to pass the `--insecure` flag if you are using nativefied flash apps, as some `https` websites tend to serve flash insecurely. +From my experience, it might be helpful to pass the `--insecure` flag if you are using nativefied flash apps, as some `https` websites tend to serve flash insecurely. ## Programmatic API