Skip to content

Commit

Permalink
Update WindowsStrategy.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
JusterZhu committed Jan 9, 2024
1 parent b7ac923 commit 748fb52
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ public override bool StartApp(string appName, int appType)
switch (appType)
{
case AppType.ClientApp:
Environment.SetEnvironmentVariable("ProcessBase64", Packet.ProcessBase64, EnvironmentVariableTarget.Machine);
Environment.SetEnvironmentVariable("ProcessBase64", Packet.ProcessBase64, EnvironmentVariableTarget.User);
WaitForProcessToStart(path, 20, ()=> WillMessageManager.Instance.Check());
break;

Expand Down

0 comments on commit 748fb52

Please sign in to comment.