mirror of
https://github.com/PhoenixPE/PhoenixPE.git
synced 2025-09-17 10:38:04 +02:00
organizing and new DbgView.script Q-Dir.script PreviousFilesRecovery.script
This commit is contained in:
@@ -192,7 +192,7 @@ Halt,"The build cannot continue because [ #1 ] is missing."
|
||||
// ===============================================================================================================================
|
||||
[GetWaikTools]
|
||||
Echo,"Downloading required tools from Windows 10 ADK...#$x#$xThis will only need to be done once."
|
||||
ShellExecute,Open,"%Tools%\GWT.exe","-Win10 -Win10Dism -Silent -folder:%ProjectTemp%"
|
||||
ShellExecute,Open,"%Tools%\%HostArch%\GWT.exe","-Win10 -Win10Dism -Silent -folder:%ProjectTemp%"
|
||||
DirCopy,"%ProjectTemp%\ADK_6\x86\*.*","%Tools%\x86"
|
||||
DirCopy,"%ProjectTemp%\ADK_6\amd64\*.*","%Tools%\x64"
|
||||
If,Not,ExistFile,"%Tools%\x64\Oscdimg\oscdimg.exe",Halt,"Error downloading required Windows 10 ADK tools. The build cannot continue."
|
||||
|
Reference in New Issue
Block a user