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

8 lines
208 B
Bash

#!/bin/bash
#
# This script just builds 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 ..
dotnet build