mirror of
https://github.com/GravitLauncher/Launcher
synced 2024-12-23 09:01:08 +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
|
# Build operation
|
||||||
buildExtendedOperation: {
|
buildExtendedOperation: {
|
||||||
enabled: false;
|
enabled: false;
|
||||||
script: [
|
script: [];
|
||||||
"java",
|
|
||||||
"-jar",
|
|
||||||
"myTransformer.jar",
|
|
||||||
"%launcher-obf%",
|
|
||||||
"%launcher-output%,
|
|
||||||
"%launcher-nonObf%"
|
|
||||||
];
|
|
||||||
};
|
};
|
||||||
|
|
||||||
# Binaries name
|
# Binaries name
|
||||||
|
|
Loading…
Reference in a new issue