mirror of
https://github.com/crskycode/GARbro.git
synced 2024-11-23 05:35:34 +08:00
Update inc-revision.pl
This commit is contained in:
parent
eb1a5cba54
commit
df872bdf86
@ -9,11 +9,7 @@ use File::Spec;
|
||||
use File::Temp;
|
||||
|
||||
sub get_git_exe {
|
||||
my $user_app_data = Win32::GetFolderPath (Win32::CSIDL_LOCAL_APPDATA);
|
||||
my $git_glob = File::Spec->catfile ($user_app_data, 'GitHub', 'PortableGit_*', 'cmd', 'git.exe');
|
||||
my $git_path = glob ($git_glob);
|
||||
die "PortableGit not found\n" unless -x $git_path;
|
||||
return $git_path;
|
||||
return "git.exe";
|
||||
}
|
||||
|
||||
sub match_version {
|
||||
|
Loading…
Reference in New Issue
Block a user