mirror of
https://github.com/GravitLauncher/Launcher
synced 2025-04-02 22:41:56 +03:00
Update build.gradle
This commit is contained in:
parent
363992e02b
commit
07c2ca67e0
1 changed files with 0 additions and 1 deletions
|
@ -19,7 +19,6 @@
|
||||||
from { configurations.runtime.collect { it.isDirectory() ? it : zipTree(it) } }
|
from { configurations.runtime.collect { it.isDirectory() ? it : zipTree(it) } }
|
||||||
manifest.attributes("Main-Class": mainClassName,
|
manifest.attributes("Main-Class": mainClassName,
|
||||||
"MainRun-Class": realMainClassName,
|
"MainRun-Class": realMainClassName,
|
||||||
"Graphic-Enabled": "true",
|
|
||||||
"ErrorMessage-String": errMessage,
|
"ErrorMessage-String": errMessage,
|
||||||
"MinVesion-Integer": minVer,
|
"MinVesion-Integer": minVer,
|
||||||
"Premain-Class": mainAgentName,
|
"Premain-Class": mainAgentName,
|
||||||
|
|
Loading…
Reference in a new issue