MCPcopy Create free account
hub / github.com/TheAssassin/AppImageLauncher / updateDesktopFileAndIcons

Function updateDesktopFileAndIcons

src/shared/shared.cpp:876–878  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

mainFunction · 0.85

Calls 1

Tested by

no test coverage detected