mirror of
https://github.com/W1NDes/M-AzurLaneAutoScript.git
synced 2026-05-14 07:08:04 +08:00
Fix: Double check the case of process_name
This commit is contained in:
parent
aba18b8afe
commit
a66718d768
@ -315,7 +315,7 @@ class AlasManager(DeployConfig):
|
||||
continue
|
||||
|
||||
for folder in self.alas_folder:
|
||||
if folder in executable_path and process_id != self.self_pid:
|
||||
if folder in executable_path and process_name == name and process_id != self.self_pid:
|
||||
yield executable_path, process_name, process_id
|
||||
|
||||
def kill_by_name(self, name):
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user