Skip to content

Commit

Permalink
EIM-36 fixed adding to path on windows powershel > 7 (#50)
Browse files Browse the repository at this point in the history
* fixed adding to path on windows powershel > 7

* include the scoop instalation script

* fixed for powershell version 5 too

* switched the test from current powershell version to avalibility of powershell core

* EIM-73 installer should not fail if it is run with elevated privileges

---------

Co-authored-by: Petr Gadorek <[email protected]>
  • Loading branch information
Hahihula and Petr Gadorek authored Nov 20, 2024
1 parent 98e7b89 commit d356a62
Show file tree
Hide file tree
Showing 6 changed files with 917 additions and 51 deletions.
1 change: 1 addition & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ tera = "1.20.0"
config = "0.14.0"
toml = "0.8"
uuid = {version="1.10.0", features = ["v4"]}
tempfile = "3.2"

rustpython-vm = { git = "https://github.com/Hahihula/RustPython.git", branch = "test-rust-build", features = ["freeze-stdlib"], optional = true }
rustpython-stdlib = { git = "https://github.com/Hahihula/RustPython.git", branch = "test-rust-build", features = ["ssl-vendor"], optional = true }
Loading

0 comments on commit d356a62

Please sign in to comment.