aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfuzzard <fuzzard@users.noreply.github.com>2023-03-06 05:26:23 +1000
committerGitHub <noreply@github.com>2023-03-06 05:26:23 +1000
commite2aa74faa59d81446b06036ab2e532b3e4a1a1d6 (patch)
tree045a5086ee2fccfa04ff286ff8d39c6e4c2c0949
parentcc00d8f5197483d33a27d4d827f17fbf99febddf (diff)
parent0faa13dec32baa2f9bd496826a10fece7974a211 (diff)
Merge pull request #22908 from thexai/fix-win-installer-Nexus
[Windows][Installer] fix the missing .html files of Chorus2 with proper exclusion of .h
-rw-r--r--tools/buildsteps/windows/BuildSetup.bat12
1 files changed, 6 insertions, 6 deletions
diff --git a/tools/buildsteps/windows/BuildSetup.bat b/tools/buildsteps/windows/BuildSetup.bat
index 3a80bbe41c..6d2180a486 100644
--- a/tools/buildsteps/windows/BuildSetup.bat
+++ b/tools/buildsteps/windows/BuildSetup.bat
@@ -101,11 +101,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
@@ -230,11 +230,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