oni-priority-ux/mod/build

16 lines
268 B
Plaintext
Executable File

#/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/