fix(env): 🐛 Update Shaka-Packager binary retrieval method

* Changed the binary retrieval for `Shaka-Packager` to use `find_binary` for improved accuracy.
* This ensures the correct binary is located and used in the environment checks.
This commit is contained in:
Andy
2025-07-25 18:18:00 +00:00
parent 454f19a0f7
commit 05ef841282
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
import json
import re
import random
import re
from typing import Optional
import requests