[nostalgia] Add UUID to file path mapping
This commit is contained in:
@@ -69,7 +69,7 @@ static ox::Error run(const ox::ClArgs &args) noexcept {
|
||||
ox::Buffer dstBuff(32 * ox::units::MB);
|
||||
oxReturnError(ox::FileSystem32::format(dstBuff.data(), dstBuff.size()));
|
||||
ox::FileSystem32 dst(ox::FileStore32(dstBuff.data(), dstBuff.size()));
|
||||
const auto ctx = foundation::init(ox::make_unique<ox::PassThroughFS>(argSrc), "nost-pack");
|
||||
oxRequire(ctx, foundation::init(ox::make_unique<ox::PassThroughFS>(argSrc), "nost-pack"));
|
||||
core::TypeStore ts(ctx->rom.get());
|
||||
oxReturnError(generateTypes(&ts));
|
||||
oxReturnError(pack(ctx.get(), &ts, &dst));
|
||||
|
||||
Reference in New Issue
Block a user