Fix app.setDesktopFileName call to not include suffix.
This commit is contained in:
parent
5975f2fb39
commit
480974b45d
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@ int main(int argc, char *argv[])
|
|||
app.setApplicationVersion("1.0.0");
|
||||
app.setOrganizationName("ONeill Codesmithing");
|
||||
app.setOrganizationDomain("oneill.app");
|
||||
app.setDesktopFileName("Audiobooks.desktop");
|
||||
app.setDesktopFileName("Audiobooks");
|
||||
|
||||
setlocale(LC_NUMERIC, "C");
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue