From e583a68a62f8417b58f0e9991ae75416791888c7 Mon Sep 17 00:00:00 2001 From: vadym Date: Mon, 16 May 2022 13:41:09 +0300 Subject: [PATCH] 1. path fix --- yggdrasil/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/yggdrasil/Makefile b/yggdrasil/Makefile index 8602bc5..48b902a 100644 --- a/yggdrasil/Makefile +++ b/yggdrasil/Makefile @@ -1,4 +1,4 @@ all: - cd yggdrasil-go && ANDROID=true contrib/mobile/build && cd ../../ - mv -f yggdrasil/yggdrasil.aar yggdrasil.aar; - mv -f yggdrasil/yggdrasil-sources.jar yggdrasil-sources.jar; + cd yggdrasil-go && ANDROID=true contrib/mobile/build + mv -f yggdrasil.aar ../../yggdrasil.aar; + mv -f yggdrasil-sources.jar ../../yggdrasil-sources.jar;