mirror of
https://github.com/darlinghq/darling-installer.git
synced 2024-11-23 03:29:40 +00:00
This commit is contained in:
parent
9061cc46c4
commit
8be134239b
@ -90,7 +90,10 @@ void Installer::installPackage()
|
||||
throw std::runtime_error(ss.str());
|
||||
}
|
||||
|
||||
installPayload(pkgref.path.c_str() + 1);
|
||||
const char* path = pkgref.path.c_str();
|
||||
if (*path == '#')
|
||||
path++;
|
||||
installPayload(path);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user