Files
UVtools/build/run.bat
T
Tiago Conceição ee50e400b6 Better build script
2022-03-19 18:47:35 +00:00

12 lines
320 B
Batchfile

@echo off
REM
REM This script just builds and runs UVtools on your current system with default configuration
REM If you want to see the compilation output, go to: UVtools.WPF/bin/
REM
SET DIR=%~dp0
cd ../UVtools.WPF
echo Compiling and run UVtools.
echo This windows will close once you quit UVtools program.
dotnet run