Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add Third Party Notices
  • Loading branch information
derekbekoe committed Mar 31, 2017
commit 092fb87e0ce7e405d484f06874e1a1d7dac11381
2 changes: 1 addition & 1 deletion packaged_releases/windows/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ Building

2. Run `build.cmd`.

3. The MSI will be in the `.\out` folder.
3. The unsigned MSI will be in the `.\out` folder.
Empty file.
1 change: 1 addition & 0 deletions packaged_releases/windows/scripts/prepareBuild.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ mkdir %BUILDING_DIR%\wbin
copy .\scripts\az.cmd %BUILDING_DIR%\wbin\
if %errorlevel% neq 0 goto ERROR
copy .\resources\CLI_LICENSE.rtf %BUILDING_DIR%
copy .\resources\ThirdPartyNotices.txt %BUILDING_DIR%
if %errorlevel% neq 0 goto ERROR

echo.
Expand Down