Skip to content

Commit

Permalink
fix: attempt to fix on ci
Browse files Browse the repository at this point in the history
  • Loading branch information
ChecksumDev committed Aug 28, 2023
1 parent 3f44957 commit 5a263a0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion GenericStripper/Modules/BeatSaber/BeatSaber.cs
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,8 @@ await AnsiConsole.Status()
{
FileName = Path.Combine(GamePath, "IPA.exe"),
WorkingDirectory = GamePath,
Arguments = "--nowait"
UseShellExecute = false,
Arguments = "--nowait --force"
}
};

Expand Down

0 comments on commit 5a263a0

Please sign in to comment.