Skip to content

Commit

Permalink
(´。_。`)
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianNoeverGOB committed Jun 5, 2023
1 parent a93b9b1 commit d799b65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cursor-Installer-Creator/CursorHelper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ public static void InstallCursor(string installerFilePath)
ProcessStartInfo startInfo = new ProcessStartInfo
{
FileName = "cmd.exe",
Arguments = $"/k \"{command} {arguments}\"",
Arguments = $"/c \"{command} {arguments}\"",
Verb = "runas",
UseShellExecute = true,
CreateNoWindow = true,
Expand Down

0 comments on commit d799b65

Please sign in to comment.