Fix runner path
This commit is contained in:
parent
66d51524ec
commit
408e4d001d
|
@ -1,2 +1,2 @@
|
|||
#!/usr/bin/sh
|
||||
#!/bin/sh
|
||||
cd "$(dirname "$0")/.." && msbuild BizHawk.sln
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
#!/usr/bin/sh
|
||||
#!/bin/sh
|
||||
cd "$(dirname "$0")/.." && msbuild /p:Configuration=Release BizHawk.sln
|
||||
|
|
Loading…
Reference in New Issue