Update make_zip.bat
This commit is contained in:
parent
9dd9441ab1
commit
ae5dc1fbf2
1 changed files with 1 additions and 1 deletions
|
@ -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%
|
||||
|
|
Loading…
Reference in a new issue