mirror of
https://github.com/Orange-OpenSource/hurl.git
synced 2024-12-24 19:42:07 +03:00
fix nsis path on win64 contrib doc
This commit is contained in:
parent
ea90b59b38
commit
41df46ff77
@ -117,5 +117,5 @@ cd c:\hurl\target\win-package
|
||||
setx /M path "%path%;C:\Program Files (x86)\NSIS\Bin"
|
||||
refreshenv
|
||||
cd c:\hurl\target\win-package
|
||||
makensis /NOCD /V4 c:\hurl\contrib\windows\hurl.nsi
|
||||
makensis /NOCD /V4 c:\hurl\ci\windows\hurl.nsi
|
||||
```
|
||||
|
@ -129,5 +129,5 @@ $oldpath = Get-ItemProperty -Path HKCU:\Environment -Name Path
|
||||
$newpath = $oldpath.Path += ";C:\Program Files (x86)\NSIS\Bin"
|
||||
Set-ItemProperty -Path HKCU:\Environment -Name Path -Value $newpath
|
||||
$env:Path = [System.Environment]::GetEnvironmentVariable("Path","Machine") + ";" + [System.Environment]::GetEnvironmentVariable("Path","User")
|
||||
makensis.exe /NOCD /V4 ..\..\contrib\windows\hurl.nsi
|
||||
makensis.exe /NOCD /V4 ..\..\ci\windows\hurl.nsi
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user