1. path fix

This commit is contained in:
vadym 2022-05-16 13:42:54 +03:00
parent e583a68a62
commit 82dc18c1e5

View File

@ -1,4 +1,4 @@
all:
cd yggdrasil-go && ANDROID=true contrib/mobile/build
mv -f yggdrasil.aar ../../yggdrasil.aar;
mv -f yggdrasil-sources.jar ../../yggdrasil-sources.jar;
mv -f yggdrasil-go/yggdrasil.aar yggdrasil.aar;
mv -f yggdrasil-go/yggdrasil-sources.jar yggdrasil-sources.jar;