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