summaryrefslogtreecommitdiffstats
path: root/install-win32/copyinstaller
blob: 96c213d8bd5a102b63c065c1811bbcef34137b7d (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh

# copy the installer

# load version.nsi definitions
. autodefs/nsidefs.sh

cd install-win32
ls openvpn*.exe 2>/dev/null || exit 1
exe=`ls -t openvpn*.exe | head -n 1`
cp $exe ..