melonvpn-original-cs/build
Captain ALM 6a6de9074c Update build and install scripts.
Use force as an argument with ./install to force a re-installation of simple-vpn (Don't forget to press y and enter when prompted\! )
2021-03-19 16:10:14 +00:00

5 lines
236 B
Bash
Executable File

#!/bin/bash
# Just build all projects with msbuild
echo "Preparing to build MelonVPN"
msbuild MelonVPN.sln -m /t:MelonVPNCore /t:MelonVPNConnectedClientUpdate /t:MelonVPNDaemon /t:MelonVPNClient /p:Configuration=Release /p:Platform=x86