@@ -72,10 +72,13 @@ seek $::tclKitStorage_fd 0 set vfsHandler [list ::vfs::zip::handler $::tclKitStorage_fd] unset ::tclKitStorage_fd } + "cvfs" { + set vfsHandler [list ::vfs::kitdll::vfshandler tcl] + } } # mount the executable, i.e. make all runtime files available vfs::filesystem mount $noe $vfsHandler