Skip to content

Commit

Permalink
Prevent BSIPA window from staying when uninstalling
Browse files Browse the repository at this point in the history
  • Loading branch information
Assistant committed May 26, 2019
1 parent 018659c commit 4c9f1b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ModAssistant/Pages/Mods.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -513,7 +513,7 @@ private void UninstallBSIPA(Mod.DownloadLink links)
{
FileName = Path.Combine(App.BeatSaberInstallDirectory, "IPA.exe"),
WorkingDirectory = App.BeatSaberInstallDirectory,
Arguments = "--revert"
Arguments = "--revert -n"
}).WaitForExit();

foreach (Mod.FileHashes files in links.hashMd5)
Expand Down

0 comments on commit 4c9f1b2

Please sign in to comment.