mirror of
https://github.com/Faraphel/Atlas-Install.git
synced 2025-07-03 03:08:29 +02:00
added --modify arg and changed ID to RMCx60
This commit is contained in:
parent
f581e728f8
commit
23dddaadf3
1 changed files with 2 additions and 1 deletions
|
@ -118,7 +118,8 @@ def install_mod(self):
|
|||
|
||||
self.Progress(statut=self.translate("Changement de l'ID du jeu"), add=1)
|
||||
subprocess.run(["./tools/wit/wit", "EDIT", get_nodir(self.path_mkwf_format), "--id",
|
||||
f"MKF{self.original_region_ID}01", "--name", f"Mario Kart Wii Faraphel {self.VERSION}"],
|
||||
f"RMC{self.original_region_ID}60", "--name", f"Mario Kart Wii Faraphel {self.VERSION}",
|
||||
"--modify", "ALL"],
|
||||
creationflags=CREATE_NO_WINDOW, cwd=get_dir(self.path_mkwf_format),
|
||||
check=True, stdout=subprocess.PIPE)
|
||||
|
||||
|
|
Loading…
Reference in a new issue