Skip to content

Commit d1a5714

Browse files
pcdlrzxx4ra1n
authored andcommitted
Update Constants.java
1 parent 6c0911c commit d1a5714

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/me/n1ar4/jar/obfuscator/jvmti/Constants.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
*/
66
@SuppressWarnings("all")
77
public interface Constants {
8-
String DecrypterDLL = "libdecrypter.dll";
8+
String DecrypterDLL = "libdecrypter.dll";
99
String DecrypterSo = "libdecrypter.so";
1010
String DecrypterDylib = "libdecrypter.dylib";
1111
String EncryptorDLL = "libencryptor.dll";

0 commit comments

Comments
 (0)