Update make_zip.bat

This commit is contained in:
Alexander David Frick 2022-06-06 15:55:04 -07:00 committed by GitHub
parent 9dd9441ab1
commit ae5dc1fbf2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,4 +14,4 @@ set outdir=%1
set cfg=chrome\tools\build\win\FILES.cfg
set archive=%outdir%\chrome-win32.zip
python %makezip% %outdir% %cfg% %archive%
python3 %makezip% %outdir% %cfg% %archive%