Open marekmaskarinec opened 3 months ago
Currently a box.tar contains all the files that are built. With this feature, you could specify which target a file is meant for. Example:
[ "os_window.umi:windows", "os_linux.umi:linux", "os_emscripten.umi:emscripten", "os.um" <- all targets ]
This could be used by a new feature that would automatically delete all files not needed by the current target, thus saving space.
Alternatively the targets could be detected automatically.
Currently a box.tar contains all the files that are built. With this feature, you could specify which target a file is meant for. Example:
This could be used by a new feature that would automatically delete all files not needed by the current target, thus saving space.