Skip to content

Commit

Permalink
Updated instructions regarding InstallationPath.
Browse files Browse the repository at this point in the history
  • Loading branch information
ravibpatel committed Feb 2, 2020
1 parent f64dd15 commit ca0777c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ AutoUpdater.DownloadPath = Environment.CurrentDirectory;

### Specify where to extract zip file containing updated files

If you are using a zip file as an update file then you can set this value to path where your app is installed. This is only necessary when your installation directory differs from your executable path.
If you are using a zip file as an update file then you can set the "InstallationPath" equal to the path where your app is installed. This is only necessary when your installation directory differs from your executable path.

````csharp
var currentDirectory = new DirectoryInfo(Environment.CurrentDirectory);
Expand Down

0 comments on commit ca0777c

Please sign in to comment.