Подключить XML-эмуляцию ARM64 в установщик
Этот коммит содержится в:
@@ -11,8 +11,8 @@ script_dir = Path(__file__).resolve().parent
|
|||||||
|
|
||||||
# New installs run this patch from install_web_panel.sh. Keep feature patches here too
|
# New installs run this patch from install_web_panel.sh. Keep feature patches here too
|
||||||
# so a fresh install gets disk images, conversion progress, VM architecture selector,
|
# so a fresh install gets disk images, conversion progress, VM architecture selector,
|
||||||
# dashboard update notifications and update center without extra manual commands.
|
# ARM64 emulation XML path, dashboard update notifications and update center.
|
||||||
for optional_patch in ('patch_disk_images.py', 'patch_disk_convert_progress.py', 'patch_vm_architecture.py', 'patch_update_badge.py'):
|
for optional_patch in ('patch_disk_images.py', 'patch_disk_convert_progress.py', 'patch_vm_architecture.py', 'patch_arm64_emulation_xml.py', 'patch_update_badge.py'):
|
||||||
patch_path = script_dir / optional_patch
|
patch_path = script_dir / optional_patch
|
||||||
if patch_path.exists():
|
if patch_path.exists():
|
||||||
old_argv = sys.argv[:]
|
old_argv = sys.argv[:]
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user