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

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