aboutsummaryrefslogtreecommitdiff
path: root/tools/buildsteps/windows
diff options
context:
space:
mode:
authorfuzzard <fuzzard@users.noreply.github.com>2023-02-19 11:57:07 +1000
committerGitHub <noreply@github.com>2023-02-19 11:57:07 +1000
commit8fe10af5bb669d2b6a5aca8bf14381c317bdb5ff (patch)
tree0cc6c517ef8cba93449f45f2dc4e1ca63d952223 /tools/buildsteps/windows
parent9a802b0541881956460e498bd4abfed74800cc0e (diff)
parentd73b7ed668e5efb763c1b43ac46632d5b8432a51 (diff)
Merge pull request #22811 from CrystalP/fix-win-installer
Windows Installer: fix Chorus2 missing files & displayed installer path
Diffstat (limited to 'tools/buildsteps/windows')
-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 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