diff options
author | Bart Ribbers <bribbers@disroot.org> | 2023-05-16 08:26:14 +0200 |
---|---|---|
committer | Florent Revest <revestflo@gmail.com> | 2023-05-16 10:32:30 +0200 |
commit | e489103753a02b0aacc252e8dd4755119f1fdd2b (patch) | |
tree | 826a7ed6d70b07e1c94b7585f391e07c556ba43d | |
parent | c206053240d39ba1ae3b045566274bde3b40ad3e (diff) |
Switch invoker to use booster-qt5
booster-qtcomponents-qt5 has been deprecated upstream and the application launches fine with just booster-qt5 as well
-rw-r--r-- | asteroid-helloworld.in | 2 |
1 files changed, 1 insertions, 1 deletions
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 |