Skip to content

Commit

Permalink
Merge pull request #7 from cypher-network/fix_windows_script
Browse files Browse the repository at this point in the history
Fix windows script
  • Loading branch information
0xn3bs committed Jan 1, 2021
2 parents 253600e + 3c47202 commit c21ecc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.ps1
Expand Up @@ -20,7 +20,7 @@ Microsoft.PowerShell.Archive\Expand-Archive $zipFile -DestinationPath $installat
Remove-Item $tempFolder -Recurse -Force

$binFolder = Join-Path $installationFolder "bin"
$runner = Join-Path $installationFolder "dist\Runners"
$runner = Join-Path $installationFolder "Runners"
$runner = Join-Path $runner "cypnode.cmd"

If (!(Test-Path $binFolder))
Expand Down

0 comments on commit c21ecc2

Please sign in to comment.