Exclude Opensim.Modules.Currency.* from main zip
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user