From 88ea8915a4ef02a58732f4aa33975b04b8779752 Mon Sep 17 00:00:00 2001 From: lickx <11088547+lickx@users.noreply.github.com> Date: Sat, 6 Dec 2025 13:03:12 +0100 Subject: [PATCH] Exclude Opensim.Modules.Currency.* from main zip --- mkdist.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mkdist.bat b/mkdist.bat index 47787a3213..8efd88c148 100644 --- a/mkdist.bat +++ b/mkdist.bat @@ -18,7 +18,7 @@ rem if exist %VERSION_FILE% del %VERSION_FILE% SET TARGET_ZIP=opensim-%GIT_BRANCH%-%LAST_COMMIT_DATE%_%GIT_REV%.zip echo %TARGET_ZIP% -set excludes=-x "*Tests*" "bin/Gloebit.*" "bin/OpenSimMutelist.Modules.*" "bin/MoneyServer.*" "OpenSim.Data.MySQL.MySQLMoneyDataWrapper.*" "OpenSim.Modules.Currency.dll.*" "server_cert.p12" "SineWaveCert.pfx" +set excludes=-x "*Tests*" "bin/Gloebit.*" "bin/OpenSimMutelist.Modules.*" "bin/MoneyServer.*" "OpenSim.Data.MySQL.MySQLMoneyDataWrapper.*" "OpenSim.Modules.Currency.*" "server_cert.p12" "SineWaveCert.pfx" zip -r -o "%TARGET_ZIP%" bin CONTRIBUTORS.txt LICENSE.txt README.md ThirdPartyLicenses helper/index.html helper/robots.txt helper/search extra/OpenSimSearch %excludes% if not exist bin\OpenSimMutelist.Modules.dll goto skipmutelist