Rename Steam's DLLs and copy CreamAPI's DLLs to target path
This commit is contained in:
parent
aca5c4b8ef
commit
4cdb4037d1
@ -11,6 +11,8 @@ import org.jsoup.nodes.Document;
|
||||
import org.jsoup.nodes.Element;
|
||||
import org.jsoup.select.Elements;
|
||||
import pojo.App;
|
||||
import util.CreamApiConfig;
|
||||
import util.SteamAppsListCache;
|
||||
|
||||
import java.io.File;
|
||||
import java.io.IOException;
|
||||
|
@ -1,3 +1,5 @@
|
||||
package util;
|
||||
|
||||
import org.apache.commons.configuration2.*;
|
||||
import org.apache.commons.configuration2.builder.FileBasedConfigurationBuilder;
|
||||
import org.apache.commons.configuration2.builder.fluent.Configurations;
|
||||
@ -7,7 +9,6 @@ import java.io.*;
|
||||
import java.text.MessageFormat;
|
||||
import java.util.*;
|
||||
|
||||
@SuppressWarnings("WeakerAccess")
|
||||
public class CreamApiConfig {
|
||||
private static CreamApiConfig configInstance;
|
||||
private static final Configurations CONFIGS = new Configurations();
|
@ -1,3 +1,5 @@
|
||||
package util;
|
||||
|
||||
import com.google.gson.Gson;
|
||||
import com.google.gson.reflect.TypeToken;
|
||||
import kong.unirest.HttpResponse;
|
||||
@ -13,7 +15,6 @@ import java.time.Instant;
|
||||
import java.util.List;
|
||||
import java.util.stream.Collectors;
|
||||
|
||||
@SuppressWarnings("WeakerAccess")
|
||||
public class SteamAppsListCache {
|
||||
|
||||
private SteamAppsList list = new SteamAppsList();
|
Loading…
Reference in New Issue
Block a user