summaryrefslogtreecommitdiffstats
path: root/install-win32/buildinstaller
blob: fb8e968bedb4c67e5418fd6fc47a4d821574a5ee (plain)
1
2
3
4
5
6
7
8
#!/bin/sh

# build the installer

cd install-win32
rm -f *.exe
'/c/Program Files/NSIS/makensis' openvpn.nsi &>makensis.log
tail -20 makensis.log