mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-01 17:38:41 +00:00
Android: Fix asset upgrade by renaming license file (#10073)
This commit is contained in:
parent
0f1f8e4a0f
commit
e99415e0c5
1 changed files with 0 additions and 1 deletions
|
@ -57,7 +57,6 @@ task prepareAssets() {
|
||||||
}
|
}
|
||||||
copy {
|
copy {
|
||||||
from "${projRoot}/doc/lgpl-2.1.txt" into "${assetsFolder}"
|
from "${projRoot}/doc/lgpl-2.1.txt" into "${assetsFolder}"
|
||||||
rename("lgpl-2.1.txt", "LICENSE.txt")
|
|
||||||
}
|
}
|
||||||
copy {
|
copy {
|
||||||
from "${projRoot}/builtin" into "${assetsFolder}/builtin"
|
from "${projRoot}/builtin" into "${assetsFolder}/builtin"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue