Добавлено определение пути до git в зависимости от платформы.

This commit is contained in:
2025-10-27 14:45:30 +03:00
parent 22bdd7b87e
commit bdb9b2db00
3 changed files with 27 additions and 2 deletions

View File

@@ -112,6 +112,8 @@ puts "Setting the locale... [::msgcat::mclocale]"
source [file join $dir(lib) gui.tcl]
Git::CommandPathSetting
# Open the PATH if command line argument has been setting
if [info exists opened] {
foreach path $opened {
@@ -147,3 +149,4 @@ if [info exists opened] {
}
}
}