Skip to content

Commit

Permalink
Merge pull request #8 from cypher-network/fix_windows_script2
Browse files Browse the repository at this point in the history
Fix windows runner execute path
  • Loading branch information
0xn3bs committed Jan 1, 2021
2 parents c21ecc2 + 55a7b19 commit 5eb8d3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypnode/Runners/cypnode.cmd
@@ -1,2 +1,2 @@
@echo off
pushd %USERPROFILE%\.cypher\dist & dotnet TGMNode.dll %* & popd
pushd %USERPROFILE%\.cypher & dotnet TGMNode.dll %* & popd

0 comments on commit 5eb8d3b

Please sign in to comment.