Skip to content

Commit 309cf36

Browse files
committed
RELEASE_ASSET to '2020-04-02'
1 parent fbaa45f commit 309cf36

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,8 @@ List of packages to install. Space delimited. Most packages are compiled with
8484
### vcpkg: (Windows)
8585

8686
List of packages to install. Space delimited. All packages are compiled with msvc, so normally used with mswin builds. An environment variable `OPT_DIR` is set to
87-
```
88-
--with-opt-dir=${process.env.VCPKG_INSTALLATION_ROOT}\\installed\\x64-windows
87+
```ruby
88+
"--with-opt-dir=#{ENV['VCPKG_INSTALLATION_ROOT']}/installed/x64-windows"
8989
```
9090

9191
After install, the tools folder is checked, and if any files are present, it is added to path.

dist/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -639,7 +639,7 @@ const run = async () => {
639639
* used when MSYS2 install or server have problems
640640
*/
641641
RELEASE_ASSET = fs.lstatSync('C:\\msys64').isSymbolicLink() ?
642-
'msys2-2020-03-20' : null
642+
'msys2-2020-04-02' : null
643643
if (RELEASE_ASSET) { await installMSYS2() }
644644
execSync(`pacman.exe -Sy`)
645645
} else {

mingw.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ export const run = async () => {
178178
* used when MSYS2 install or server have problems
179179
*/
180180
RELEASE_ASSET = fs.lstatSync('C:\\msys64').isSymbolicLink() ?
181-
'msys2-2020-03-20' : null
181+
'msys2-2020-04-02' : null
182182
if (RELEASE_ASSET) { await installMSYS2() }
183183
execSync(`pacman.exe -Sy`)
184184
} else {

0 commit comments

Comments
 (0)