mirror of
https://github.com/minetest/minetest.git
synced 2024-11-09 01:03:46 +01:00
Android: Fix asset upgrade by renaming license file (#10073)
This commit is contained in:
parent
0f1f8e4a0f
commit
e99415e0c5
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user