[cpp-sp] branch main updated: Move redit up to root of installation
Codeberg
noreply at shibboleth.net
Tue Jun 16 17:36:16 UTC 2026
This is an automated email from the git hooks/post-receive script.
codeberg pushed a commit to branch main
in repository cpp-sp.
View the commit online:
https://codeberg.org/Shibboleth/cpp-sp/commit/e5d6775c961d621be0501a57131b4b3aa4ffb249
The following commit(s) were added to refs/heads/main by this push:
new e5d6775c Move redit up to root of installation
e5d6775c is described below
commit e5d6775c961d621be0501a57131b4b3aa4ffb249
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Tue Jun 16 18:36:21 2026 +0100
Move redit up to root of installation
---
Projects/vc22/build.bat | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/Projects/vc22/build.bat b/Projects/vc22/build.bat
index 82895240..47f9e9e8 100644
--- a/Projects/vc22/build.bat
+++ b/Projects/vc22/build.bat
@@ -37,8 +37,8 @@ mkdir kit\dist
x64\Release\Version.exe > kit\dist\Version.txt
echo 1 > kit\dist\InstallerVersion.txt
-mkdir kit\dist\redist
-copy "%VCINSTALLDIR%\Redist\MSVC\v143\*" kit\dist\redist
+mkdir kit\redist
+copy "%VCINSTALLDIR%\Redist\MSVC\v143\*" kit\redist
mkdir kit\dist\bin
copy ..\..\WindowsInstall\update.bat kit\dist\bin\
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list