This commit is contained in:
Sascha Willems 2023-11-03 15:07:12 +01:00
commit 5693fc0b6e

View file

@ -57,7 +57,7 @@ task copyTask {
copy { copy {
from rootProject.ext.assetPath + 'models' from rootProject.ext.assetPath + 'models'
into 'assets/models' into 'assets/models'
include 'planecd.gltf' include 'plane.gltf'
} }
copy { copy {