There was an error while loading. Please reload this page.
1 parent 8d4ca26 commit 019781fCopy full SHA for 019781f
1 file changed
src/build-win3-pi.bat
@@ -84,7 +84,7 @@ if ERRORLEVEL 1 (echo ** Failed in NSIS & exit /b 1) else (echo ** Success)
84
:: check that the install file is above an expected size
85
::
86
set file=artisan-win*setup.exe
87
-set min_size=170000000
+set min_size=140000000
88
for %%A in (%file%) do set size=%%~zA
89
if %size% LSS %min_size% (
90
echo *** Zip file is smaller than expected
0 commit comments