Update build files

This commit is contained in:
user
2024-09-02 03:31:03 +02:00
committed by lickx
parent 16059f43e2
commit 79b232ef60
3 changed files with 4 additions and 1 deletions

1
compile.bat Normal file
View File

@@ -0,0 +1 @@
@dotnet build -c Release OpenSim.sln

2
compile.sh Executable file
View File

@@ -0,0 +1,2 @@
#!/bin/sh
dotnet build -c Release OpenSim.sln

2
mkdist.sh Normal file → Executable file
View File

@@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh
GIT_REV=`git rev-parse --short=8 HEAD`
GIT_BRANCH=`git rev-parse --symbolic-full-name --abbrev-ref HEAD`
CUR_DATE=`date --rfc-3339='date'`