Skip to content

Commit

Permalink
fix portable mode path
Browse files Browse the repository at this point in the history
  • Loading branch information
2dust committed Apr 20, 2022
1 parent 89e9a6a commit 7016f42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clashN/clashN/Handler/CoreHandler.cs
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ private void CoreStart(ProfileItem item)
var arguments = coreInfo.arguments;
if (Directory.Exists(Utils.GetPath("data")))
{
arguments += $" -d {Utils.GetPath("data")}";
arguments += $" -d \"{ Utils.GetPath("data")}\"";
}

Process p = new Process
Expand Down

0 comments on commit 7016f42

Please sign in to comment.