mirror of
https://github.com/KillzXGaming/Switch-Toolbox
synced 2024-11-22 12:33:12 +00:00
Merge branch 'master' of https://github.com/KillzXGaming/Switch-Toolbox
This commit is contained in:
commit
ec79648626
1 changed files with 4 additions and 1 deletions
|
@ -65,7 +65,10 @@ namespace Updater
|
|||
Boot();
|
||||
Environment.Exit(0);
|
||||
break;
|
||||
|
||||
case "-e":
|
||||
case "--exit":
|
||||
Environment.Exit(0);
|
||||
break;
|
||||
}
|
||||
}
|
||||
Console.Read();
|
||||
|
|
Loading…
Reference in a new issue