Skip to content

Commit bbe2aa5

Browse files
committed
Setup: Change symbols package name to OpenShellSymbols_*
This way it will be nicely sorted after main OpenShellSetup_* package in assets page.
1 parent 12f1742 commit bbe2aa5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Src/Setup/BuildArchives.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
REM ***** Collect PDBs
22

33
echo -- Creating symbols package
4-
set CS_SYMBOLS_NAME=OpenShellPDB_%CS_VERSION_STR%.7z
4+
set CS_SYMBOLS_NAME=OpenShellSymbols_%CS_VERSION_STR%.7z
55

66
7z a -mx9 .\Final\%CS_SYMBOLS_NAME% .\Output\symbols\* > nul
77

0 commit comments

Comments
 (0)