Welcome to mirror list, hosted at ThFree Co, Russian Federation.

run.bat « build - github.com/sn4k3/UVtools.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 8ba809c45cb13bfa1771459466ea277eed7c4364 (plain)
1
2
3
4
5
6
7
8
9
10
11
@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