| 874 | } |
| 875 | |
| 876 | bool updateDesktopFileAndIcons(const QString& pathToAppImage) { |
| 877 | return installDesktopFileAndIcons(pathToAppImage, true); |
| 878 | } |
| 879 | |
| 880 | IntegrationState integrateAppImage(const QString& pathToAppImage, const QString& pathToIntegratedAppImage) { |
| 881 | // need std::strings to get working pointers with .c_str() |
no test coverage detected