| 81 | } |
| 82 | |
| 83 | wxString GetUserIconsDir() |
| 84 | { |
| 85 | return GetUserDataHome() + wxT("/icons"); |
| 86 | } |
| 87 | |
| 88 | // Read the bundled .desktop, swap Exec= and TryExec= to point at $APPIMAGE, |
| 89 | // and write the result to ~/.local/share/applications/org.amule.aMule.desktop. |
no test coverage detected