This commit is contained in:
Auric Vente
2024-07-20 09:36:01 -06:00
parent 056fb635f7
commit 04b0e42bb5

View File

@@ -40,10 +40,10 @@ 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:
f.write(content)
with open(file_path, 'w') as f:
f.write(content)
with open("requirements.txt") as f: