Delete Run.bat

This commit is contained in:
Tiago Conceição
2022-03-19 18:50:38 +00:00
committed by GitHub
parent 9d5d98c0a2
commit d9a404a069
-11
View File
@@ -1,11 +0,0 @@
@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