mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-12 16:15:20 +02:00
Android: Fix asset upgrade by renaming license file (#10073)
This commit is contained in:
@@ -57,7 +57,6 @@ task prepareAssets() {
|
||||
}
|
||||
copy {
|
||||
from "${projRoot}/doc/lgpl-2.1.txt" into "${assetsFolder}"
|
||||
rename("lgpl-2.1.txt", "LICENSE.txt")
|
||||
}
|
||||
copy {
|
||||
from "${projRoot}/builtin" into "${assetsFolder}/builtin"
|
||||
|
Reference in New Issue
Block a user