From 30c09ada0b95765544cf44f6d89e1042f4c38333 Mon Sep 17 00:00:00 2001 From: Mike Nolan Date: Mon, 30 Dec 2024 07:22:12 -0600 Subject: [PATCH] Fixed shell install --- crosslang-shell-install.tcross | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crosslang-shell-install.tcross b/crosslang-shell-install.tcross index 3796976..48f49b8 100644 --- a/crosslang-shell-install.tcross +++ b/crosslang-shell-install.tcross @@ -27,4 +27,4 @@ FS.Local.CreateDirectory(shellDir); downloadPackage("Tesses.CrossLang.Shell", "1.0.0.0-prod", shellDir / "Shell.crvm"); downloadPackage("Tesses.CrossLang.Args", "1.0.0.0-prod", shellDir / "Tesses.CrossLang.Args-1.0.0.0-prod.crvm"); -downloadPackage("Tesses.CrossLang.Args", "1.0.0.0-prod", shellDir / "Tesses.CrossLang.BuildEssentials-1.0.0.0-prod.crvm"); \ No newline at end of file +downloadPackage("Tesses.CrossLang.BuildEssentials", "1.0.0.0-prod", shellDir / "Tesses.CrossLang.BuildEssentials-1.0.0.0-prod.crvm"); \ No newline at end of file