mirror of
https://github.com/collinsmith/riiablo.git
synced 2025-01-22 02:07:26 +07:00
Changed archiveBaseName to project.name
This commit is contained in:
parent
66ef6ecfe0
commit
0129b7c6fb
@ -23,7 +23,7 @@ run {
|
||||
}
|
||||
|
||||
jar {
|
||||
archiveBaseName = appName
|
||||
archiveBaseName = project.name
|
||||
// These can be excluded because they add to the jar size but libGDX 1.9.11 can't use them.
|
||||
// If your libGDX version is 1.9.10 or earlier, or is 1.9.12-SNAPSHOT or later, you can leave
|
||||
// the following line commented; if you use 1.9.11 exactly, or if you use 1.9.12-SNAPSHOT but
|
||||
|
Loading…
Reference in New Issue
Block a user