diff options
author | james <james@e7ae566f-a301-0410-adde-c780ea21d3b5> | 2007-03-06 12:06:57 +0000 |
---|---|---|
committer | james <james@e7ae566f-a301-0410-adde-c780ea21d3b5> | 2007-03-06 12:06:57 +0000 |
commit | 54e2ebca2443f830a675ee196cc5790c7124e207 (patch) | |
tree | a811d55801c01821c27a5481338555c39d6bf7de /install-win32 | |
parent | ./domake-win will now do a full build of the installer (diff) | |
download | openvpn-54e2ebca2443f830a675ee196cc5790c7124e207.tar.xz |
Forgot to svn add buildinstaller before last commit.
git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@1762 e7ae566f-a301-0410-adde-c780ea21d3b5
Diffstat (limited to 'install-win32')
-rw-r--r-- | install-win32/buildinstaller | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/install-win32/buildinstaller b/install-win32/buildinstaller new file mode 100644 index 0000000..74902f7 --- /dev/null +++ b/install-win32/buildinstaller @@ -0,0 +1,6 @@ +#!/bin/sh + +# build the installer + +cd install-win32 +'/c/Program Files/NSIS/makensis' openvpn.nsi |