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