Initial commit

This commit is contained in:
2022-12-30 00:58:33 +01:00
commit 3f1075e67f
176 changed files with 25715 additions and 0 deletions

15
mod/build Executable file
View File

@@ -0,0 +1,15 @@
#/bin/bash
msbuild=/Library/Frameworks/Mono.framework/Versions/6.12.0/bin/msbuild
ROOT=$( cd "$(dirname "$0")" ; pwd -P )
pushd $ROOT
# Do the build (need to use mono)
$msbuild
set -x
rm -rf dist
mkdir dist
cp bin/Debug/net48/oni-prio.dll dist/
cp -r meta/* dist/