From a6600cf573846579c8ec0158af99f38a54121a33 Mon Sep 17 00:00:00 2001 From: tretrauit Date: Thu, 25 May 2023 10:39:40 +0700 Subject: [PATCH] fix: wrong blueReporter path --- worthless/patcher.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/worthless/patcher.py b/worthless/patcher.py index 4599d69..132d968 100644 --- a/worthless/patcher.py +++ b/worthless/patcher.py @@ -237,7 +237,7 @@ class Patcher: disable_files = [ self._installer.get_game_data_name() + "upload_crash.exe", self._installer.get_game_data_name() + "Plugins/crashreport.exe", - self._installer.get_game_data_name() + "Plugins/blueReporter.exe", + self._installer.get_game_data_name() + "blueReporter.exe", ] for file in disable_files: file_path = Path(self._gamedir.joinpath(file)).resolve() @@ -297,7 +297,7 @@ class Patcher: self._installer.get_game_data_name() + "upload_crash.exe", self._installer.get_game_data_name() + "Plugins/crashreport.exe", self._installer.get_game_data_name() + "Plugins/xlua.dll", - self._installer.get_game_data_name() + "Plugins/blueReporter.exe", + self._installer.get_game_data_name() + "blueReporter.exe", ] revert_job = [] for file in revert_files: