Fix mod for new game version

This commit is contained in:
2024-01-06 11:59:17 +01:00
parent 347a838704
commit 54b75a869d
3 changed files with 72 additions and 52 deletions

View File

@@ -6,10 +6,12 @@ ROOT=$( cd "$(dirname "$0")" ; pwd -P )
pushd $ROOT
# Do the build (need to use mono)
$msbuild
# $msbuild
$msbuild -p:Configuration=Release
set -x
rm -rf dist
mkdir dist
cp bin/Debug/net48/oni-prio.dll dist/
# cp bin/Debug/net48/oni-prio.dll dist/
cp bin/Release/net48/oni-prio.dll dist/
cp -r meta/* dist/