Fix broken code due to runtime change

This commit is contained in:
2026-05-01 08:37:00 -05:00
parent 441d17e29f
commit 4f7be79841
6 changed files with 4 additions and 6 deletions

View File

@@ -1,6 +1,6 @@
# CrossLang Essentials
> :warning: **NOT READY FOR PRODUCTION**
> :warning: **NOT READY FOR PRODUCTION, BECAUSE IT MAY (WILL) HAVE BREAKING CHANGES**
[CrossLang](https://gitea.site.tesses.net/tesses50/crosslang) is required to build this

View File

@@ -1,3 +1,2 @@
bin
obj
.DS_Store

View File

@@ -1,3 +1,2 @@
bin
obj
.DS_Store

View File

@@ -1,3 +1,2 @@
bin
obj
.DS_Store

View File

@@ -1,3 +1,2 @@
bin
obj
.DS_Store

View File

@@ -23,7 +23,9 @@ func install()
func create_archive()
{
var tmpFS = new SubdirFilesystem(FS.Local,"crosslang_shell_archive_maker/tmp");
var tmpFS = new SubdirFilesystem(FS.Local,FS.MakeFull("crosslang_shell_archive_maker/tmp"));
func copyFile(src,dest)
{
if(!FS.Local.FileExists(src)) return;