mirror of
https://github.com/riegera2412/UVtools.git
synced 2026-07-08 17:42:31 +02:00
12 lines
320 B
Batchfile
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
|