Pack with exe launcher
This commit is contained in:
@@ -47,9 +47,10 @@ jar {
|
|||||||
from { configurations.compile.collect { it.isDirectory() ? it : zipTree(it) } }
|
from { configurations.compile.collect { it.isDirectory() ? it : zipTree(it) } }
|
||||||
|
|
||||||
manifest {
|
manifest {
|
||||||
attributes 'Created-By' : 'Copyright(c) 2013-2018 huangyuhui.',
|
attributes 'Created-By': 'Copyright(c) 2013-2018 huangyuhui.',
|
||||||
'Main-Class' : mainClass,
|
'Main-Class': mainClass,
|
||||||
'Multi-Release': "true"
|
'Multi-Release': "true",
|
||||||
|
'Implementation-Version': version
|
||||||
}
|
}
|
||||||
|
|
||||||
doLast {
|
doLast {
|
||||||
|
|||||||
BIN
HMCL/src/main/resources/assets/HMCLauncher.exe
Normal file
BIN
HMCL/src/main/resources/assets/HMCLauncher.exe
Normal file
Binary file not shown.
Reference in New Issue
Block a user