Fix blocking telemetry fail.
Bump to 1.2.9-1
This commit is contained in:
@ -133,13 +133,13 @@ class Patcher:
|
||||
telemetry_hosts += "0.0.0.0 " + url + "\n"
|
||||
match platform.system():
|
||||
case "Linux":
|
||||
await self._linuxutils.append_text_to_file(telemetry_hosts)
|
||||
await self._linuxutils.append_text_to_file(telemetry_hosts, "/etc/hosts")
|
||||
return
|
||||
# TODO: Windows and macOS
|
||||
raise NotImplementedError("Platform not implemented.")
|
||||
|
||||
async def _patch_unityplayer_fallback(self):
|
||||
# xdelta3-python doesn't work becuase it's outdated.
|
||||
# xdelta3-python doesn't work because it's outdated.
|
||||
if self._overseas:
|
||||
patch = "unityplayer_patch_os.vcdiff"
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user