From 46582c18337f62b0b8baaa8de0e84e5e4c5ed7d2 Mon Sep 17 00:00:00 2001 From: Alan Mason <1923621+2Shirt@users.noreply.github.com> Date: Fri, 1 Dec 2017 11:57:38 -0800 Subject: [PATCH] Bugfix: Forgot I renamed/replaced menu.py --- .pe_items/System32/Winpeshl.ini | 2 +- .pe_items/System32/menu.cmd | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.pe_items/System32/Winpeshl.ini b/.pe_items/System32/Winpeshl.ini index a91b5b58..9147e972 100644 --- a/.pe_items/System32/Winpeshl.ini +++ b/.pe_items/System32/Winpeshl.ini @@ -3,4 +3,4 @@ wpeinit wpeutil updatebootinfo cd /d "%SystemDrive%\.bin" -"%SystemDrive%\.bin\ConEmu\ConEmu.exe", /cmd cmd /k cd "%SystemDrive%\.bin" & python "%SystemDrive%\.bin\Scripts\menu.py" +"%SystemDrive%\.bin\ConEmu\ConEmu.exe", /cmd cmd /k cd "%SystemDrive%\.bin" & python "%SystemDrive%\.bin\Scripts\winpe_root_menu.py" diff --git a/.pe_items/System32/menu.cmd b/.pe_items/System32/menu.cmd index cec35be5..76edf44a 100644 --- a/.pe_items/System32/menu.cmd +++ b/.pe_items/System32/menu.cmd @@ -1,2 +1,2 @@ @echo off -python "%SystemDrive%\.bin\Scripts\menu.py" +python "%SystemDrive%\.bin\Scripts\winpe_root_menu.py"