Changeset 258612 in webkit
- Timestamp:
- Mar 17, 2020, 5:06:14 PM (5 years ago)
- Location:
- trunk/Tools
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Tools/ChangeLog
r258611 r258612 1 2020-03-17 Don Olmstead <don.olmstead@sony.com> 2 3 [WinCairo][FTW] Update path to requirements download 4 https://bugs.webkit.org/show_bug.cgi?id=209202 5 6 Reviewed by Ross Kirsling. 7 8 Repository was renamed from WinCairoRequirements to WebKitRequirements in the 9 WebKitForWindows org on GitHub. Additionally the .zip file was renamed to 10 WebKitRequirementsWin64.zip. 11 12 * Scripts/update-webkit-wincairo-libs.py: 13 1 14 2020-03-17 Aakash Jain <aakash_jain@apple.com> 2 15 -
trunk/Tools/Scripts/update-webkit-wincairo-libs.py
r233088 r258612 32 32 download = importlib.import_module('download-github-release') 33 33 34 repo = 'WebKitForWindows/W inCairoRequirements'35 file = 'W inCairoRequirements.zip'34 repo = 'WebKitForWindows/WebKitRequirements' 35 file = 'WebKitRequirementsWin64.zip' 36 36 output = 'WebKitLibraries/win' 37 37 options = [repo, file, '-o', output]
Note:
See TracChangeset
for help on using the changeset viewer.