mirror of
https://github.com/GravitLauncher/Launcher
synced 2025-06-29 04:28:10 +03:00
[FIX] Fix verifyError with buildNumber property
This commit is contained in:
parent
bda6a35945
commit
846ab77795
1 changed files with 0 additions and 1 deletions
|
@ -129,7 +129,6 @@ protected void initProps(BuildContext context) {
|
||||||
String unlockSecret = SecurityHelper.randomStringToken();
|
String unlockSecret = SecurityHelper.randomStringToken();
|
||||||
context.pipelineContext.putProperty("unlockSecret", unlockSecret);
|
context.pipelineContext.putProperty("unlockSecret", unlockSecret);
|
||||||
context.properties.put("runtimeconfig.unlockSecret", unlockSecret);
|
context.properties.put("runtimeconfig.unlockSecret", unlockSecret);
|
||||||
context.properties.put("runtimeconfig.buildNumber", 1);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public byte[] transformClass(byte[] bytes, String classname, BuildContext context) {
|
public byte[] transformClass(byte[] bytes, String classname, BuildContext context) {
|
||||||
|
|
Loading…
Reference in a new issue