-
-
Notifications
You must be signed in to change notification settings - Fork 112
How to upload libcef.dll.pdb symbols to downloads.keyman.com for a new CEF build
This is best done on a machine with good upload bandwidth -- the .pdb files are >2gb...
-
Download the release files and release symbol files for the corresponding version from https://cef-builds.spotifycdn.com/index.html. I used 7-zip to extract from the archive.
-
Ensure that no windows or developer releases are running -- as we need to lock write access to the symbol server.
-
Create a clean folder c:\temp\symbols
-
Copy the files history.txt, lastid.txt, and server.txt from https://downloads.keyman.com/windows/symbols/000Admin into a local folder, e.g. c:\temp\symbols\000Admin (there are many files in this folder; we only need those three).
-
Run symstore.exe to upload the new file(s) to the local cloned symbol store:
"C:\Program Files (x86)\Windows Kits\10\Debuggers\x64\symstore.exe" add /s c:\temp\symbols /f libcef.dll /t keyman-windows
-
Use ssh to upload all files in c:\temp\symbols to the downloads.keyman.com web server.