Update windows_setup.py
This commit is contained in:
parent
7bebe745a1
commit
44acb9b755
1 changed files with 1 additions and 1 deletions
|
|
@ -179,7 +179,7 @@ def select_windows_version():
|
||||||
raise GenericAbort
|
raise GenericAbort
|
||||||
|
|
||||||
def setup_windows(windows_image, windows_version):
|
def setup_windows(windows_image, windows_version):
|
||||||
"""Apply a Windows image to W:\"""
|
"""Apply a Windows image to W:"""
|
||||||
cmd = [
|
cmd = [
|
||||||
global_vars['Tools']['wimlib-imagex'],
|
global_vars['Tools']['wimlib-imagex'],
|
||||||
'apply',
|
'apply',
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue