Update mkdist -- copy auxiliary opensim.currency files
This commit is contained in:
@@ -40,6 +40,10 @@ if not exist bin\MoneyServer.dll goto skipopensimcurrency
|
|||||||
SET TARGET_ZIP=opensimcurrency-%GIT_BRANCH%-%LAST_COMMIT_DATE%_%GIT_REV%.zip
|
SET TARGET_ZIP=opensimcurrency-%GIT_BRANCH%-%LAST_COMMIT_DATE%_%GIT_REV%.zip
|
||||||
set excludes=-x "*Tests*"
|
set excludes=-x "*Tests*"
|
||||||
echo %TARGET_ZIP%
|
echo %TARGET_ZIP%
|
||||||
|
copy addon-modules\opensim.currency\OpenSim.Grid.MoneyServer\MoneyServer.exe.config bin
|
||||||
|
copy addon-modules\opensim.currency\OpenSim.Grid.MoneyServer\MoneyServer.ini.example bin
|
||||||
|
copy addon-modules\opensim.currency\OpenSim.Grid.MoneyServer\server_cert.p12 bin
|
||||||
|
copy addon-modules\opensim.currency\OpenSim.Grid.MoneyServer\SineWaveCert.pfx bin
|
||||||
zip -r -o "%TARGET_ZIP%" bin/MoneyServer.* bin/OpenSim.Data.MySQL.MySQLMoneyDataWrapper.* bin/OpenSim.Modules.Currency.* bin/server_cert.p12 bin/SineWaveCert.pfx helper/economy %excludes%
|
zip -r -o "%TARGET_ZIP%" bin/MoneyServer.* bin/OpenSim.Data.MySQL.MySQLMoneyDataWrapper.* bin/OpenSim.Modules.Currency.* bin/server_cert.p12 bin/SineWaveCert.pfx helper/economy %excludes%
|
||||||
:skipopensimcurrency
|
:skipopensimcurrency
|
||||||
|
|
||||||
|
|||||||
@@ -36,6 +36,10 @@ if [ -f bin/MoneyServer.dll ]; then
|
|||||||
TARGETZIP=opensimcurrency-${GIT_BRANCH}-${LAST_COMMIT_DATE}_${GIT_REV}.zip
|
TARGETZIP=opensimcurrency-${GIT_BRANCH}-${LAST_COMMIT_DATE}_${GIT_REV}.zip
|
||||||
EXCLUDES="*Tests*"
|
EXCLUDES="*Tests*"
|
||||||
echo "${TARGETZIP}"
|
echo "${TARGETZIP}"
|
||||||
|
cp addon-modules/opensim.currency/OpenSim.Grid.MoneyServer/MoneyServer.exe.config bin
|
||||||
|
cp addon-modules/opensim.currency/OpenSim.Grid.MoneyServer/MoneyServer.ini.example bin
|
||||||
|
cp addon-modules/opensim.currency/OpenSim.Grid.MoneyServer/server_cert.p12 bin
|
||||||
|
cp addon-modules/opensim.currency/OpenSim.Grid.MoneyServer/SineWaveCert.pfx bin
|
||||||
zip -r -o ${TARGETZIP} bin/MoneyServer.* bin/OpenSim.Data.MySQL.MySQLMoneyDataWrapper.* bin/OpenSim.Modules.Currency.* bin/server_cert.p12 bin/SineWaveCert.pfx helper/economy -x ${EXCLUDES}
|
zip -r -o ${TARGETZIP} bin/MoneyServer.* bin/OpenSim.Data.MySQL.MySQLMoneyDataWrapper.* bin/OpenSim.Modules.Currency.* bin/server_cert.p12 bin/SineWaveCert.pfx helper/economy -x ${EXCLUDES}
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user