39 directory = os.getcwd()
40 iconpath = os.path.join(directory,
"foskeyman_logo_short.svg")
41 binpath = os.path.join(directory,
"fosKeyMan")
42 filecontent_filled = filecontent.format(
47 with open(os.path.join(directory,
"fosKeyMan.desktop"),
"w", encoding=
"utf-8")
as launcher:
48 launcher.write(filecontent_filled)