Skip to content

Commit ee59bb7

Browse files
committed
Setup: Don't add symbols for unused update.exe
1 parent 3eb134a commit ee59bb7

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Src/Setup/BuildBinaries.bat

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ copy /B ..\ClassicIE\Setup\ClassicIEDLL_32.dll Output > nul
3737
copy /B ..\ClassicIE\Setup\ClassicIE_32.exe Output > nul
3838
copy /B ..\StartMenu\Setup\StartMenu.exe Output > nul
3939
copy /B ..\StartMenu\Setup\StartMenuDLL.dll Output > nul
40-
copy /B ..\Update\Release\Update.exe Output > nul
4140
copy /B ..\StartMenu\StartMenuHelper\Setup\StartMenuHelper32.dll Output > nul
4241
copy /B ..\Setup\SetupHelper\Release\SetupHelper.exe Output > nul
4342

@@ -97,8 +96,6 @@ copy /B ..\StartMenu\Setup\StartMenuDLL.pdb Output\PDB32 > nul
9796
copy /B Output\StartMenuDLL.dll Output\PDB32 > nul
9897
copy /B ..\StartMenu\StartMenuHelper\Setup\StartMenuHelper32.pdb Output\PDB32 > nul
9998
copy /B Output\StartMenuHelper32.dll Output\PDB32 > nul
100-
copy /B ..\Update\Release\Update.pdb Output\PDB32 > nul
101-
copy /B Output\Update.exe Output\PDB32 > nul
10299

103100
REM Menu 64
104101
copy /B ..\StartMenu\Setup64\StartMenu.pdb Output\PDB64 > nul

0 commit comments

Comments
 (0)