diff --git a/src/uninstall.py b/src/uninstall.py index 7bce7d7..8434285 100644 --- a/src/uninstall.py +++ b/src/uninstall.py @@ -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))