Skip to content

Commit 66217d0

Browse files
committed
change naming format of symbols in s3
1 parent 55f4137 commit 66217d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/CrashHandler.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -611,7 +611,7 @@ static WCHAR *BuildSymbolsUrl() {
611611
WCHAR *urlBase = L"http://kjkpub.s3.amazonaws.com/sumatrapdf/rel/SumatraPDF-" TEXT(QM(CURR_VERSION));
612612
#endif
613613
WCHAR *is64 = IsProcess64() ? L"-64" : L"";
614-
return str::Format(L"%s.pdb%s.lzsa", urlBase, is64);
614+
return str::Format(L"%s%s.pdb.lzsa", urlBase, is64);
615615
#endif
616616
}
617617

0 commit comments

Comments
 (0)