Skip to content

Commit

Permalink
Update download_prebuilt.bat
Browse files Browse the repository at this point in the history
Change prebuilt package name

Signed-off-by: Zhang Lili Z [email protected]
  • Loading branch information
lzha101 authored Jan 15, 2019
1 parent 36bd298 commit ca085c3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions QuoteGeneration/download_prebuilt.bat
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@

@echo off

set ae_file_name=prebuilt_dcap_1.0.1_Windows.zip
set checksum_file=SHA256SUM_prebuilt_dcap_1.0.1_Windows.txt
set ae_file_name=prebuilt_dcap_1.0.1_windows.zip
set checksum_file=SHA256SUM_prebuilt_dcap_1.0.1_windows.txt
set server_url_path=https://download.01.org/intel-sgx/dcap-1.0.1-Windows/
set server_ae_url=%server_url_path%/%ae_file_name%
set server_checksum_url=%server_url_path%/%checksum_file%
Expand Down Expand Up @@ -66,4 +66,4 @@ for /f "tokens=1,2,*" %%a in ('type %checksum_file% ') do (
del /Q %ae_file_name% %checksum_file%

:End
popd
popd

0 comments on commit ca085c3

Please sign in to comment.