mirror of
https://github.com/GravitLauncher/Launcher
synced 2025-04-01 22:14:01 +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) } }
|
||||
manifest.attributes("Main-Class": mainClassName,
|
||||
"MainRun-Class": realMainClassName,
|
||||
"Graphic-Enabled": "true",
|
||||
"ErrorMessage-String": errMessage,
|
||||
"MinVesion-Integer": minVer,
|
||||
"Premain-Class": mainAgentName,
|
||||
|
|
Loading…
Reference in a new issue