Skip to content

Commit

Permalink
Added a bit about the UNC paths to the README.
Browse files Browse the repository at this point in the history
  • Loading branch information
TurekBot committed Dec 20, 2018
1 parent 390e702 commit c1d0ae3
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,13 @@ Notice: `WhatsNew` is not supported.

### File based deployment

The app uri can be a file:// based url instead of an web uri if your application is hosted on a common network location for your users.
The app uri can be a `file://` based url instead of a web uri if your application is hosted on a common network location for your users.

#### UNC Paths
FXLauncher can deal with [UNC paths], if you ask it nicely. Instead of `\\server\share\myapp` use `file:////server/share/myapp`.
Yes, that's four forward slashes; two for the `file://` protocol and two for the UNC path.

[UNC paths]: https://www.lifewire.com/unc-universal-naming-convention-818230

### Native installers

Expand Down

0 comments on commit c1d0ae3

Please sign in to comment.