Wypakowywanie strumieniowe

This commit is contained in:
yanczi 2025-12-22 14:51:04 +01:00
parent c2bdcfe2b9
commit e69bfd0e3d
4 changed files with 57 additions and 15 deletions

View file

@ -42,7 +42,7 @@ CreateCargo::~CreateCargo() {
//-----------------------------------------------------------------------------
bool CreateCargo::Create(const std::string& path, const uint8_t& flag)
{
cargoFile = path + "." + signature;
cargoFile = path + "." + extension;
catalogPath = path;
methodFlags = flag;