Right now it can only handle stuff like updating ffxivboot. It lacks indexed patch support, a lot of zipatch commands, etc.
5 lines
No EOL
126 B
C++
5 lines
No EOL
126 B
C++
#pragma once
|
|
|
|
#include <string_view>
|
|
|
|
void processPatch(const std::string_view path, const std::string_view installDirectory); |