Mods
This commit is contained in:
parent
056fb635f7
commit
04b0e42bb5
6
setup.py
6
setup.py
|
@ -40,10 +40,10 @@ Type=Application
|
||||||
Categories=Utility;
|
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)
|
f.write(content)
|
||||||
|
|
||||||
|
|
||||||
with open("requirements.txt") as f:
|
with open("requirements.txt") as f:
|
||||||
|
|
Loading…
Reference in New Issue