mirror of
https://github.com/nushell/nushell
synced 2024-11-10 15:14:14 +00:00
* Fix less.exe downloading for windows release pkgs * Fix less.exe downloading for windows release pkgs
This commit is contained in:
parent
1345f97202
commit
99e4c44862
1 changed files with 2 additions and 2 deletions
4
.github/workflows/release-pkg.nu
vendored
4
.github/workflows/release-pkg.nu
vendored
|
@ -102,8 +102,8 @@ if $os in ['ubuntu-latest', 'macos-latest'] {
|
|||
let releaseStem = $'($bin)-($version)-($target)'
|
||||
|
||||
$'(char nl)Download less related stuffs...'; hr-line
|
||||
curl https://github.com/jftuga/less-Windows/releases/download/less-v590/less.exe -o $'($dist)\less.exe'
|
||||
curl https://raw.githubusercontent.com/jftuga/less-Windows/master/LICENSE -o $'($dist)\LICENSE-for-less.txt'
|
||||
aria2c https://github.com/jftuga/less-Windows/releases/download/less-v590/less.exe -o less.exe
|
||||
aria2c https://raw.githubusercontent.com/jftuga/less-Windows/master/LICENSE -o LICENSE-for-less.txt
|
||||
|
||||
# Create Windows msi release package
|
||||
if (get-env _EXTRA_) == 'msi' {
|
||||
|
|
Loading…
Reference in a new issue