Fix runner path

This commit is contained in:
YoshiRulz 2019-01-15 17:06:15 +10:00
parent 66d51524ec
commit 408e4d001d
No known key found for this signature in database
GPG Key ID: C4DE31C245353FB7
2 changed files with 2 additions and 2 deletions

View File

@ -1,2 +1,2 @@
#!/usr/bin/sh
#!/bin/sh
cd "$(dirname "$0")/.." && msbuild BizHawk.sln

View File

@ -1,2 +1,2 @@
#!/usr/bin/sh
#!/bin/sh
cd "$(dirname "$0")/.." && msbuild /p:Configuration=Release BizHawk.sln