Fix make_win32_build for x86 and x64

#00
This commit is contained in:
Dan Smith 2015-06-22 11:55:24 -07:00
parent f4cd844e2e
commit 6b8fc4fdbe

View File

@ -84,7 +84,8 @@ Section "Uninstall"
SectionEnd
EOF
unix2dos chirp.nsi
/cygdrive/c/Program\ Files\ \(x86\)/NSIS/makensis chirp.nsi
pfiles=$(echo $PROGRAMFILES | sed 's/C:.//')
"/cygdrive/c/$pfiles/NSIS/makensis" chirp.nsi
}
rm -f $LOG