diff options
Diffstat (limited to 'asteroid-helloworld.in')
-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 |