Mods
This commit is contained in:
4
setup.py
4
setup.py
@@ -40,9 +40,9 @@ Type=Application
|
||||
Categories=Utility;
|
||||
"""
|
||||
|
||||
file_path = Path(f"~/.local/share/applications/{program}.desktop").expanduser().resolve()
|
||||
file_path = Path(f"~/.local/share/applications/{program}.desktop").expanduser().resolve()
|
||||
|
||||
with open(file_path, 'w') as f:
|
||||
with open(file_path, 'w') as f:
|
||||
f.write(content)
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user