add ios 16 support + remove windows path fix

This commit is contained in:
leminlimez
2025-03-30 00:07:21 -04:00
parent c767c80508
commit 75365bf2f2
3 changed files with 15 additions and 14 deletions

View File

@@ -332,7 +332,7 @@ class DeviceManager:
tmp_pb_dir = TemporaryDirectory()
tweak.apply_tweak(
files_to_restore=files_to_restore, output_dir=tmp_pb_dir.name,
windows_path_fix=self.windows_path_fix
version=self.get_current_device_version()
)
if tweak.enabled:
uses_domains = True