Исправлено создание файла конфигурации. Добавлены номера версий в вызов tclsh8.6 и wish8.6. Убрана зависимостить на Threads.
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Has been cancelled

This commit is contained in:
2025-10-27 14:05:40 +03:00
parent f54333f942
commit 430f7d6607
6 changed files with 14 additions and 9 deletions

View File

@@ -1,6 +1,6 @@
#!/bin/sh
# Tcl ignores the next line -*- tcl -*- \
exec tclsh "$0" -- "$@"
exec tclsh8.6 "$0" -- "$@"
######################################################################
# ProjMan 2
@@ -334,4 +334,3 @@ if [info exists args(--txt)] {
StoreChangeLog $outText
}
}