Skip to content

Commit

Permalink
[buildscripts] updated libraries.7z link
Browse files Browse the repository at this point in the history
  • Loading branch information
PanosK92 committed Dec 15, 2024
1 parent c184d24 commit 972c918
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_scripts/generate_project_files.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ def main():
copy("build_scripts/7z.dll", "binaries/")

print("\n2. Download and extract libraries...")
library_url = 'https://www.dropbox.com/scl/fi/0w6qrsx5qh4olz4mvqhlo/libraries.7z?rlkey=vbjusd0ovaej4fon3z2sc926c&st=oezn8437&dl=1'
library_url = 'https://www.dropbox.com/scl/fi/zq64yfpbly1goahmanm4r/libraries.7z?rlkey=m90lngvaosc9i3w8k16f1e1r6&st=5jm4fmqv&dl=1'
library_destination = 'third_party/libraries/libraries.7z'
library_expected_hash = '8a20305ee9658dfdfba2aea88f26e6ee3d1330d7e6d26f42bc07bb76150ff1c5'
file_utilities.download_file(library_url, library_destination, library_expected_hash)
Expand Down

0 comments on commit 972c918

Please sign in to comment.