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

@@ -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;