Get rid of unuseful unpacker classes

This commit is contained in:
eyedeekay
2024-08-26 20:17:24 -04:00
parent aca1dd618d
commit b46abac574
6 changed files with 6 additions and 93 deletions

View File

@ -26,7 +26,7 @@ import java.util.stream.Stream;
* @author idk
* @since 0.0.1
*/
public class I2PChromium extends I2PChromiumProfileUnpacker {
public class I2PChromium extends I2PChromiumProfileBuilder {
private final String[] CHROMIUM_SEARCH_PATHS = CHROMIUM_FINDER();
private Process p = null;
private String chromePath;