From 04b0e42bb502eed9ba4b4a2691a8b626937ac923 Mon Sep 17 00:00:00 2001 From: Auric Vente Date: Sat, 20 Jul 2024 09:36:01 -0600 Subject: [PATCH] Mods --- setup.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.py b/setup.py index e074b15..bfe01c7 100644 --- a/setup.py +++ b/setup.py @@ -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: