Optimization for executable path and resource path on macOS
-
Use
QCoreApplication::applicationDirPath()
andQStandardPaths
to find executable path on macOS, rather thanCFBundleCopyBundleURL
. This can prevent us from linking CoreFoundation. -
Make it possible to launch
kdeconnect-indicator
, thenkdeconectd
anddbus-daemon
automatically. -
Just ignore icon not found in Craft dev env.
Edited by Weixuan Xiao