From de6b7d6f6ff7987c3c9dc314e89f4f18137ed36e Mon Sep 17 00:00:00 2001 From: Mikhail Tishin Date: Thu, 9 Nov 2023 15:59:49 +0300 Subject: [PATCH] Revert make-libgodot script example, fix changedir example instead --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index da924b3..92187a3 100644 --- a/README.md +++ b/README.md @@ -100,8 +100,8 @@ xcframework out of it, using the script in SwiftGodot (a peer to this repository): ``` -cd ../SwiftGodot/scripts -sh -x make-libgodot.framework ../../libgodot /tmp/ +cd ../SwiftGodotKit/scripts +sh -x make-libgodot.xcframework ../../SwiftGodot ../../libgodot /tmp/ ``` Then you can reference that version of the libgodot.xcframework