Fixed opening logs in WinPE
This commit is contained in:
parent
43e8746c46
commit
b441738950
1 changed files with 2 additions and 0 deletions
|
|
@ -7,6 +7,8 @@ import sys
|
|||
os.chdir(os.path.dirname(os.path.realpath(__file__)))
|
||||
sys.path.append(os.getcwd())
|
||||
from functions.winpe_menus import *
|
||||
# Fix 7-Zip name
|
||||
TOOLS['SevenZip'].pop('64')
|
||||
init_global_vars()
|
||||
set_title('{}: Root Menu'.format(KIT_NAME_FULL))
|
||||
global_vars['LogFile'] = r'{LogDir}\WinPE.log'.format(**global_vars)
|
||||
|
|
|
|||
Loading…
Reference in a new issue