Skip to content
Merged
Prev Previous commit
Next Next commit
MInor fix
  • Loading branch information
bebound committed Jan 23, 2024
commit ac32b2d94909b931b79f57154aa382ca76dd8898
1 change: 1 addition & 0 deletions build_scripts/windows/scripts/build.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,7 @@ if "%TARGET%"=="msi" (
copy %REPO_ROOT%\build_scripts\windows\scripts\azps.ps1 %BUILDING_DIR%\wbin\
copy %REPO_ROOT%\build_scripts\windows\scripts\az %BUILDING_DIR%\wbin\
) else (
REM Creating the bin folder that will be added to the path...
mkdir %BUILDING_DIR%\bin
copy %REPO_ROOT%\build_scripts\windows\scripts\az_zip.cmd %BUILDING_DIR%\bin\az.cmd
)
Expand Down