Skip to content

Commit 019781f

Browse files
committed
one more
1 parent 8d4ca26 commit 019781f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/build-win3-pi.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ if ERRORLEVEL 1 (echo ** Failed in NSIS & exit /b 1) else (echo ** Success)
8484
:: check that the install file is above an expected size
8585
::
8686
set file=artisan-win*setup.exe
87-
set min_size=170000000
87+
set min_size=140000000
8888
for %%A in (%file%) do set size=%%~zA
8989
if %size% LSS %min_size% (
9090
echo *** Zip file is smaller than expected

0 commit comments

Comments
 (0)