mirror of https://gitlab.com/basile.b/dexed.git
fix installer error on linux, shortcut path not existing on a fresh account
This commit is contained in:
parent
17baff8aa3
commit
de847b4060
|
@ -268,6 +268,7 @@ bool tryRemove(string fname)
|
|||
|
||||
version(linux) void nuxPostInstall()
|
||||
{
|
||||
mkdirRecurse(shortCutPath);
|
||||
File f = new File(shortCutPath ~ "coedit.desktop", FileMode.OutNew);
|
||||
f.writeLine("[Desktop Entry]");
|
||||
f.writeLine("Name=coedit");
|
||||
|
|
Loading…
Reference in New Issue