Skip to content

Commit

Permalink
fix search path
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanKoell committed Dec 6, 2023
1 parent 213f04f commit 7bec019
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -546,7 +546,7 @@ private void CreateRdpClient()
Logger.LogDebug("Searching file {SearchPath}", searchPath);
if (!Path.Exists(searchPath))
continue;
msRdcAxLibrary = path;
msRdcAxLibrary = searchPath;
break;
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageIcon>RoyalApps_1024.png</PackageIcon>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<Version>1.0.0</Version>
<Version>1.0.1</Version>
</PropertyGroup>

<PropertyGroup>
Expand Down

0 comments on commit 7bec019

Please sign in to comment.