tools.deploy.test: Bump windows binaries size up a bit.

db4
Doug Coleman 2013-07-16 11:26:32 -07:00
parent 787cc89370
commit 662e215c7e
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ ERROR: image-too-big actual-size max-size ;
[
cell 4 / *
cpu ppc? [ 100000 + ] when
os windows? [ 150000 + ] when
os windows? [ 160000 + ] when
] bi*
2dup <= [ 2drop ] [ image-too-big ] if ;