Update shell

This commit is contained in:
2026-05-01 07:27:18 -05:00
parent fc41889a4b
commit f40824291d

View File

@@ -7,7 +7,7 @@ class Redirect
private static Dictionary<string,IRedirect> redirects = new Dictionary<string, IRedirect> private static Dictionary<string,IRedirect> redirects = new Dictionary<string, IRedirect>
{ {
// CrossLang Shell // CrossLang Shell
{"crosslang-shell",Std("https://downloads.tesses.net/ShellPackage.crvm")}, {"crosslang-shell",Gitea("https://git.tesses.org/","tesses50/crosslangextras","ShellPackage.crvm",true)},
// TessesFramework // TessesFramework
{"tessesframework",Std("https://git.tesses.org/tesses50/tessesframework")}, {"tessesframework",Std("https://git.tesses.org/tesses50/tessesframework")},