| 1013 | } |
| 1014 | |
| 1015 | bool isInDirectory(const QString& pathToAppImage, const QDir& directory) { |
| 1016 | return directory == QFileInfo(pathToAppImage).absoluteDir(); |
| 1017 | } |
| 1018 | |
| 1019 | bool cleanUpOldDesktopIntegrationResources(bool verbose) { |
| 1020 | auto dirPath = QStandardPaths::writableLocation(QStandardPaths::GenericDataLocation) + "/applications"; |