This commit is contained in:
Dax T. Games 2023-03-21 18:49:37 -04:00
parent 0aad7daca3
commit e8d5528e5e

View File

@ -23,11 +23,10 @@ Get-Content "$env:temp\vcvars.txt" | Foreach-Object {
}
}
cd $env:userprofile/cmderdev/scripts
dir env:
copy "C:/Tools/Cmder/Cmder.exe" "$env:userprofile/cmderdev"
dir env:
start-process -nonewwindow -workingdirectory "$env:userprofile/cmderdev/scripts" -filepath "powershell.exe" -argumentlist "./build.ps1 -verbose -compile"
copy $env:userprofile/cmderdev/launcher/x64/release/cmder.exe $env:userprofile/cmderdev