related to https://github.com/PrismLauncher/PrismLauncher/issues/3785
It doesn't fix it but it should at least allow users to skip the
redownload of the meta files.
So in a previous PR I added an automated way to refresh all the meta
from the original index, to the component index to the actual index.
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
Signed-off-by: PandaNinjas <admin@malwarefight.wip.la>
DCO Remediation Commit for PandaNinjas <admin@malwarefight.wip.la>
I, PandaNinjas <admin@malwarefight.wip.la>, hereby add my Signed-off-by to this commit: 318d11481d
Signed-off-by: PandaNinjas <admin@malwarefight.wip.la>
This would cause ODR violations when those headers were included in
other places that also included stuff like "Version.h" (note the
"meta/Version.h"), which can cause problems, especially in LTO.
Signed-off-by: flow <flowlnlnln@gmail.com>