File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -727,7 +727,7 @@ const run = async () => {
727727 * used when MSYS2 install or server have problems
728728 */
729729 RELEASE_ASSET = fs . lstatSync ( 'C:\\msys64' ) . isSymbolicLink ( ) ?
730- 'msys2-2020-05-01 ' : null
730+ 'msys2-2020-05-10 ' : null
731731 if ( RELEASE_ASSET ) {
732732 msSt = grpSt ( 'Updating MSYS2' )
733733 await installMSYS2 ( )
Original file line number Diff line number Diff line change @@ -196,7 +196,7 @@ export const run = async () => {
196196 * used when MSYS2 install or server have problems
197197 */
198198 RELEASE_ASSET = fs . lstatSync ( 'C:\\msys64' ) . isSymbolicLink ( ) ?
199- 'msys2-2020-05-01 ' : null
199+ 'msys2-2020-05-10 ' : null
200200 if ( RELEASE_ASSET ) {
201201 msSt = grpSt ( 'Updating MSYS2' )
202202 await installMSYS2 ( )
You can’t perform that action at this time.
0 commit comments