mirror of
https://github.com/openvk/openvk
synced 2025-04-23 08:33:02 +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)
|
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 :")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue