diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d0b581..aef10b8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [1.2.5](https://github.com/leoli0605/npm-env-setup/compare/v1.2.4...v1.2.5) (2024-05-15) + + +### Bug Fixes + +* update cmake installation command for Windows, close [#20](https://github.com/leoli0605/npm-env-setup/issues/20) ([717e5b6](https://github.com/leoli0605/npm-env-setup/commit/717e5b6d56ef284f06ae9c6b09bfae561789c9b3)) + + + ## [1.2.4](https://github.com/leoli0605/npm-env-setup/compare/v1.2.3...v1.2.4) (2024-05-09) diff --git a/cspell.json b/cspell.json index 87caf57..eb103e4 100644 --- a/cspell.json +++ b/cspell.json @@ -27,6 +27,7 @@ "ilspy", "imagej", "inkscape", + "installargs", "Keyviz", "kicad", "krita", diff --git a/package.json b/package.json index 5236134..0857d66 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@leoli0605/env-setup", - "version": "1.2.4", + "version": "1.2.5", "description": "\"\"", "main": "./src/index.mjs", "files": [ diff --git a/packageData.json b/packageData.json index 2f5c5eb..5fe2531 100644 --- a/packageData.json +++ b/packageData.json @@ -23,7 +23,7 @@ "install": { "linux": "asdf plugin add cmake && asdf install cmake latest && asdf global cmake latest", "mac": "asdf plugin add cmake && asdf install cmake latest && asdf global cmake latest", - "windows": "choco install cmake -y" + "windows": "choco install cmake --installargs 'ADD_CMAKE_TO_PATH=System'" }, "type": "disable" },