Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ private IntegrityChecker() {}
public static final boolean DISABLE_SELF_INTEGRITY_CHECK = "true".equals(System.getProperty("hmcl.self_integrity_check.disable"));

private static final String SIGNATURE_FILE = "META-INF/xenon_signature";
private static final String PUBLIC_KEY_FILE = "assets/xenon_signature_publickey.der";
private static final String PUBLIC_KEY_FILE = "assets/hmcl_signature_publickey.der";

private static PublicKey getPublicKey() throws IOException {
try (InputStream in = IntegrityChecker.class.getResourceAsStream("/" + PUBLIC_KEY_FILE)) {
Expand Down
Loading