mirror of
https://github.com/openvk/openvk
synced 2025-04-23 00:23:01 +03:00
прокакалось((99(
This commit is contained in:
parent
965ee4e8a7
commit
ff38576ac9
1 changed files with 1 additions and 1 deletions
|
@ -120,7 +120,7 @@ class Audio extends Media
|
|||
Shell::powershell("-executionpolicy bypass", "-File", __DIR__ . "/../shell/processAudio.ps1", ...$args)
|
||||
->start();
|
||||
} else {
|
||||
Shell::bash(__DIR__ . "/../shell/processAudio.ps1", ...$args) // Pls workkkkk
|
||||
Shell::bash(__DIR__ . "/../shell/processAudio.sh", ...$args) // Pls workkkkk
|
||||
->start(); // idk, not tested :")
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue