Skip to content

Commit

Permalink
fix windows
Browse files Browse the repository at this point in the history
  • Loading branch information
DEATHB4DEFEAT committed Nov 8, 2024
1 parent 64a737c commit cfc2ea5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Content.Server/TTS/TTSManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ public void ClearCache()
{
#if WINDOWS
FileName = "cmd.exe",
Arguments = $"/C \"del /q {_cachePath}\*.wav\"",
Arguments = $"/C \"del /q {_cachePath}\\*.wav\"",
#else
FileName = "/bin/sh",
Arguments = $"-c \"rm {_cachePath}/*.wav\"",
Expand Down

0 comments on commit cfc2ea5

Please sign in to comment.