Skip to content

Commit

Permalink
Update uninstall.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Wolfmyths authored Aug 19, 2023
1 parent 2dc7992 commit 98bcebb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/uninstall.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
# Delete hoi4Presence and runRPC.bat
try:
print("Deleting rich presence")
shutil.rmtree(os.path.join(gameFolder, "hoi4Presence"))
shutil.rmtree(os.path.join(documents, "hoi4Presence"))
os.remove(os.path.join(gameFolder, "runRPC.bat"))
except Exception as e:
print(str(e))
Expand Down

0 comments on commit 98bcebb

Please sign in to comment.