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