mirror of
https://github.com/GravitLauncher/Launcher
synced 2024-12-23 00:51:01 +03:00
Фикс стандартного конфига
This commit is contained in:
parent
6df2b97041
commit
eedd70061f
1 changed files with 1 additions and 8 deletions
|
@ -45,14 +45,7 @@ textureProviderConfig: {
|
|||
# Build operation
|
||||
buildExtendedOperation: {
|
||||
enabled: false;
|
||||
script: [
|
||||
"java",
|
||||
"-jar",
|
||||
"myTransformer.jar",
|
||||
"%launcher-obf%",
|
||||
"%launcher-output%,
|
||||
"%launcher-nonObf%"
|
||||
];
|
||||
script: [];
|
||||
};
|
||||
|
||||
# Binaries name
|
||||
|
|
Loading…
Reference in a new issue