Files
Tiago Conceição ee50e400b6 Better build script
2022-03-19 18:47:35 +00:00

8 lines
227 B
Bash

#!/bin/bash
#
# This script just builds and runs UVtools on your current system with default configuration
# If you want to see the compilation output, go to: UVtools.WPF/bin/
#
cd "$(dirname "$0")"
cd ../UVtools.WPF
dotnet run