index
:
JustEnoughVCS/Desktop.git
main
The JVCS Desktop written by Avalonia (Deprated)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Run-Desktop.sh
blob: 1ce299b3f2a46e52d14ef14baac7e10b936e26df (
plain
)
1
2
3
4
5
6
#!/bin/bash ./Pre-Build.sh if [ $? -eq 0 ]; then dotnet run --project ./JVDesktop fi