summarylogtreecommitdiffstats
path: root/hydrus-client
diff options
context:
space:
mode:
Diffstat (limited to 'hydrus-client')
-rw-r--r--hydrus-client4
1 files changed, 3 insertions, 1 deletions
diff --git a/hydrus-client b/hydrus-client
index 16b14ba225f3..060d2ef97178 100644
--- a/hydrus-client
+++ b/hydrus-client
@@ -1,2 +1,4 @@
#!/bin/sh
-exec python -OO /opt/hydrus/client.pyw "$@"
+: "${QT_API:=pyqt6}"
+export QT_API
+exec python -OO /opt/hydrus/hydrus_client.py "$@"