diff options
author | Bart Ribbers <bribbers@disroot.org> | 2023-05-08 16:31:41 +0200 |
---|---|---|
committer | Florent Revest <revestflo@gmail.com> | 2023-05-16 10:34:37 +0200 |
commit | 6c6ef8cdb09a2c47b60f4f8de875243b559c9fe4 (patch) | |
tree | fda4ca87790a5eb375a922890544b8a5955509e2 | |
parent | a8ab7af9c2672dcd03781688993a1692e6444715 (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
-rwxr-xr-x | asteroid-compass.in | 2 |
1 files changed, 1 insertions, 1 deletions
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 |