From 85c9c863f5382f15e47f6229ad1be7748762b389 Mon Sep 17 00:00:00 2001 From: mmatheson Date: Sun, 14 Jul 2019 19:52:58 -0700 Subject: [PATCH] Update location & name of built app bundle --- 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 2d92430..330e84a 100644 --- a/Building-for-macOS.md +++ b/Building-for-macOS.md @@ -39,6 +39,6 @@ This builds a fat binary that has slices targeting early and late x64 machines. make -j4 ``` -A `citra_qt.app` application bundle will now be present under `build/src/citra_qt/`. Note that this is non-portable and only works on your machine. +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). \ No newline at end of file