Skip to content

Commit

Permalink
upload checksum of header
Browse files Browse the repository at this point in the history
  • Loading branch information
rogerwang committed Nov 12, 2015
1 parent 53cbc2c commit fa0fb18
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/package_binaries.py
Original file line number Diff line number Diff line change
Expand Up @@ -285,6 +285,7 @@ def generate_target_headers(platform_name, arch, version):
checksum_file.write('%s %s' % (sha256(f.read()).hexdigest(), nw_headers_name))
shutil.move(nw_headers_path, binaries_location)
target['input'].append(nw_headers_name)
target['input'].append('SHASUMS256.txt')
else:
#TODO, handle err
print 'nw-headers generate failed'
Expand Down

0 comments on commit fa0fb18

Please sign in to comment.