diff --git a/deploy/worker-windows/RippyWorkerSetup.exe b/deploy/worker-windows/RippyWorkerSetup.exe index 5b808af..03bd7c3 100644 Binary files a/deploy/worker-windows/RippyWorkerSetup.exe and b/deploy/worker-windows/RippyWorkerSetup.exe differ diff --git a/deploy/worker-windows/installer.py b/deploy/worker-windows/installer.py index 2fdbdc9..cbccdd5 100644 --- a/deploy/worker-windows/installer.py +++ b/deploy/worker-windows/installer.py @@ -143,7 +143,7 @@ def main(page: ft.Page): log("Installiere Abhaengigkeiten (pip)...") subprocess.run(r"venv\Scripts\python.exe -m pip install --quiet --upgrade pip", cwd=install_dir, shell=True) subprocess.run(r"venv\Scripts\pip.exe install --quiet -r requirements.txt", cwd=install_dir, shell=True) - subprocess.run(r"venv\Scripts\pip.exe install --quiet flet requests pillow", cwd=install_dir, shell=True) + subprocess.run(r"venv\Scripts\pip.exe install --quiet requests pillow", cwd=install_dir, shell=True) # Download Handbrake hb_path = os.path.join(install_dir, "HandBrakeCLI.exe")