mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-22 05:40:01 -06:00
Add git.bat to the options in make_scmrev.h.js because depot_tools uses it and I'm silly.
This commit is contained in:
@ -8,7 +8,7 @@ var cmd_branch = " rev-parse --abbrev-ref HEAD";
|
|||||||
|
|
||||||
function GetGitExe()
|
function GetGitExe()
|
||||||
{
|
{
|
||||||
for (var gitexe in {"git.cmd":1, "git":1})
|
for (var gitexe in {"git.cmd":1, "git":1, "git.bat":1})
|
||||||
{
|
{
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user