1
0
mirror of https://github.com/osmarks/random-stuff synced 2025-09-12 15:25:59 +00:00

add more things???

This commit is contained in:
2020-08-12 20:31:12 +01:00
parent 34bffb4f85
commit 19e50a1186
42 changed files with 4697 additions and 0 deletions

14
KerbalName/build.cmd Executable file
View File

@@ -0,0 +1,14 @@
@echo off
cls
.paket\paket.bootstrapper.exe
if errorlevel 1 (
exit /b %errorlevel%
)
.paket\paket.exe restore
if errorlevel 1 (
exit /b %errorlevel%
)
packages\FAKE\tools\FAKE.exe build.fsx %*