Fixed deck file names for windows perl script compatible

This commit is contained in:
Oleg Agafonov 2019-01-16 21:01:09 +04:00
parent 14f66029f8
commit c0ef84b4dc
7 changed files with 197 additions and 197 deletions

View file

@ -5,7 +5,7 @@
use strict;
my $addedCards;
my $GIT_CMD = "C:\\Program Files (x86)\\Git\\bin\\git.exe";
my $GIT_CMD = "git.exe";
my $text = `\"$GIT_CMD\" tag`;
print "Assuming the tag command is on: \"$GIT_CMD\" tag\n";