6a6de9074c
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\! )
5 lines
236 B
Bash
Executable File
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
|