Skip to content
Snippets Groups Projects
Commit 3855a5ee authored by Luis Guzmán's avatar Luis Guzmán
Browse files

birdtray: fix long name for icedove.

parent 7b632837
No related branches found
No related tags found
1 merge request!858birdtray: fix long name for icedove.
Pipeline #655 passed
......@@ -51,7 +51,7 @@ cat << EOF | patch -p0
-#if defined (OPT_THUNDERBIRD_CMDLINE)
- return Utils::splitCommandLine( OPT_THUNDERBIRD_CMDLINE );
-#elif defined (Q_OS_WIN)
- return {R"("%ProgramFiles(x86)%\Trisquel Icedove\icedove.exe")"};
- return {R"("%ProgramFiles(x86)%\Icedove Mail\icedove.exe")"};
-#else
return { "/usr/bin/icedove" };
-#endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment