From 6c6ef8cdb09a2c47b60f4f8de875243b559c9fe4 Mon Sep 17 00:00:00 2001 From: Bart Ribbers Date: Mon, 8 May 2023 16:31:41 +0200 Subject: Switch invoker to use booster-qt5 booster-qtcomponents-qt5 has been deprecated upstream and the application launches fine with just booster-qt5 as well --- asteroid-compass.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/asteroid-compass.in b/asteroid-compass.in index 77c198c..595b1ef 100755 --- a/asteroid-compass.in +++ b/asteroid-compass.in @@ -1,3 +1,3 @@ #!/bin/sh -exec invoker --single-instance --type=qtcomponents-qt5 @CMAKE_INSTALL_FULL_LIBDIR@/asteroid-compass.so +exec invoker --single-instance --type=qt5 @CMAKE_INSTALL_FULL_LIBDIR@/asteroid-compass.so -- cgit v1.2.3-54-g00ecf