From e489103753a02b0aacc252e8dd4755119f1fdd2b Mon Sep 17 00:00:00 2001 From: Bart Ribbers Date: Tue, 16 May 2023 08:26:14 +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-helloworld.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'asteroid-helloworld.in') diff --git a/asteroid-helloworld.in b/asteroid-helloworld.in index 32e82d2..1083798 100644 --- a/asteroid-helloworld.in +++ b/asteroid-helloworld.in @@ -1,3 +1,3 @@ #!/bin/sh -exec invoker --single-instance --type=qtcomponents-qt5 @CMAKE_INSTALL_FULL_LIBDIR@/asteroid-helloworld.so +exec invoker --single-instance --type=qt5 @CMAKE_INSTALL_FULL_LIBDIR@/asteroid-helloworld.so -- cgit v1.2.3-54-g00ecf