mirror of
https://github.com/cmderdev/cmder.git
synced 2024-11-10 09:49:12 +08:00
run script before compile
This commit is contained in:
parent
e48dec15ac
commit
74060922a4
@ -118,6 +118,7 @@ if ($ConEmuXml -ne "") {
|
||||
Pop-Location
|
||||
|
||||
if($Compile) {
|
||||
cmd.exe /C "C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Auxiliary\Build\vcvars64.bat"
|
||||
Push-Location -Path $launcher
|
||||
Create-RC $version ($launcher + '\src\version.rc2');
|
||||
msbuild CmderLauncher.vcxproj /t:Clean,Build /p:configuration=Release
|
||||
|
Loading…
Reference in New Issue
Block a user