прокакалось((99(

This commit is contained in:
DeathPleiad 2023-11-11 21:16:17 +00:00
parent 965ee4e8a7
commit ff38576ac9

View file

@ -120,7 +120,7 @@ class Audio extends Media
Shell::powershell("-executionpolicy bypass", "-File", __DIR__ . "/../shell/processAudio.ps1", ...$args) Shell::powershell("-executionpolicy bypass", "-File", __DIR__ . "/../shell/processAudio.ps1", ...$args)
->start(); ->start();
} else { } else {
Shell::bash(__DIR__ . "/../shell/processAudio.ps1", ...$args) // Pls workkkkk Shell::bash(__DIR__ . "/../shell/processAudio.sh", ...$args) // Pls workkkkk
->start(); // idk, not tested :") ->start(); // idk, not tested :")
} }