From d73b7ed668e5efb763c1b43ac46632d5b8432a51 Mon Sep 17 00:00:00 2001 From: CrystalP Date: Sat, 18 Feb 2023 02:26:50 -0500 Subject: [Windows][Installer] fix the missing .html files of Chorus2 with proper exclusion of .h Fix displayed path of the generated installer. --- tools/buildsteps/windows/BuildSetup.bat | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'tools/buildsteps/windows') diff --git a/tools/buildsteps/windows/BuildSetup.bat b/tools/buildsteps/windows/BuildSetup.bat index 0c3b0464f4..f0a57874c7 100644 --- a/tools/buildsteps/windows/BuildSetup.bat +++ b/tools/buildsteps/windows/BuildSetup.bat @@ -100,11 +100,11 @@ set WORKSPACE=%base_dir%\kodi-build.%TARGET_PLATFORM% Echo xbmc.old.log>>exclude.txt Echo kodi.log>>exclude.txt Echo kodi.old.log>>exclude.txt - Echo .so>>exclude.txt - Echo .h>>exclude.txt - Echo .cpp>>exclude.txt - Echo .exp>>exclude.txt - Echo .lib>>exclude.txt + Echo .so\>>exclude.txt + Echo .h\>>exclude.txt + Echo .cpp\>>exclude.txt + Echo .exp\>>exclude.txt + Echo .lib\>>exclude.txt rem Exclude userdata files Echo userdata\advancedsettings.xml>>exclude.txt Echo userdata\guisettings.xml>>exclude.txt @@ -228,11 +228,11 @@ set WORKSPACE=%base_dir%\kodi-build.%TARGET_PLATFORM% goto DIE ) copy %PDB% %APP_PDBFILE% > nul - POPD ECHO ------------------------------------------------------------ ECHO Done! ECHO Setup is located at %CD%\%APP_SETUPFILE% ECHO ------------------------------------------------------------ + POPD GOTO END :MAKE_APPX -- cgit v1.2.3