From e04a075779ba496cd4c0a18d7c6a1f056f199381 Mon Sep 17 00:00:00 2001 From: SachinVin Date: Fri, 11 Jun 2021 12:59:25 +0530 Subject: [PATCH] Update link to CI script --- Building-for-macOS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Building-for-macOS.md b/Building-for-macOS.md index 9b5746e..6237004 100644 --- a/Building-for-macOS.md +++ b/Building-for-macOS.md @@ -42,7 +42,7 @@ make -j4 A `citra-qt.app` application bundle will now be present under `build/bin/`. Note that this is non-portable and only works on your machine. -For portability of the appbundle between machines please refer to [this script](https://github.com/citra-emu/citra/blob/master/.travis/macos/upload.sh). +For portability of the appbundle between machines please refer to [this script](https://github.com/citra-emu/citra/blob/master/.ci/macos/upload.sh). ### About building on Apple Silicon machines