You've already forked ImageCompressor
mirror of
https://github.com/Llloooggg/ImageCompressor.git
synced 2026-03-06 03:26:23 +03:00
Убрана проверка для oxipng
This commit is contained in:
@@ -285,7 +285,7 @@ def main():
|
|||||||
input_dir = Path(os.getcwd())
|
input_dir = Path(os.getcwd())
|
||||||
|
|
||||||
print("Проверка утилит...")
|
print("Проверка утилит...")
|
||||||
required_tools = ["cjpeg-static.exe", "cwebp.exe", "oxipng.exe"]
|
required_tools = ["cjpeg-static.exe", "cwebp.exe"]
|
||||||
missing = []
|
missing = []
|
||||||
for tool in required_tools:
|
for tool in required_tools:
|
||||||
if not os.path.exists(get_tool_path(tool)):
|
if not os.path.exists(get_tool_path(tool)):
|
||||||
|
|||||||
Reference in New Issue
Block a user