Try to avoid weird race in windows installer packaging

This commit is contained in:
Eli Barzilay 2011-06-23 05:49:05 -04:00
parent bb0cea8841
commit 3fad39b53a

View File

@ -1735,6 +1735,7 @@ do_tgz_to_exe() {
|| exit_error "NSIS build failed"
_mv "installer.exe" "$tmpexe"
_cd "$savedpwd"
sleep 1 # looks like there are some problems deleting this immediately
_rm "$tmpdir/tgz-to-exe-$$"
}
tgz_to_exe() {