diff --git a/BrowseRouter/Services/DefaultBrowserService.cs b/BrowseRouter/Services/DefaultBrowserService.cs index 870f4bb..34ce3ef 100644 --- a/BrowseRouter/Services/DefaultBrowserService.cs +++ b/BrowseRouter/Services/DefaultBrowserService.cs @@ -11,7 +11,7 @@ public class DefaultBrowserService(INotifyService notifier) private const string _appID = "BrowseRouter"; private const string _appDescription = "Opens a different brower based on the URL"; private string AppIcon => App.ExePath + ",0"; - private string AppOpenUrlCommand => $"{App.ExePath.Quote()} %1"; + private string AppOpenUrlCommand => $"{App.ExePath.Quote()} {"%1".Quote()}"; private string AppKey => $"SOFTWARE\\{_appID}"; private string UrlKey => $"SOFTWARE\\Classes\\{_appID}URL"; diff --git a/Directory.Build.props b/Directory.Build.props index 8952438..52fa16a 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -5,7 +5,7 @@ enable enable latest - 0.16.0 + 0.17.0 BrowseRouter EnduraByte LLC 2025