#!/bin/sh
dh_testdir || exit 0
mkdir win32
cd win32
vcheck -f ../win32.vcheck -n --download
cd ..
makensis win32installer.nsi
