From e07d6957ff79612cc9c206c8406c26f0cd45f3d8 Mon Sep 17 00:00:00 2001 From: Shinra-electric Date: Sun, 19 Apr 2026 11:20:54 +0100 Subject: [PATCH] Mention bundle flag --- BUILD.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/BUILD.md b/BUILD.md index 806d9c49..a23ea66a 100644 --- a/BUILD.md +++ b/BUILD.md @@ -189,6 +189,10 @@ Alternatively, you can use the non-privateapi version of MoltenVK, but you may e 4. `cmake --build build` 5. You should now have a Cemu executable file in the /bin folder, which you can run using `./bin/Cemu_release`. +#### Creating an app bundle +- If you want to create an app bundle instead of a raw executable, append the following flag to the command in step 3: + - `-DMACOS_BUNDLE=ON` + #### Troubleshooting steps - If step 3 gives you an error about not being able to find ninja, try appending the following to the command and try again: - **On an Apple Silicon Mac:** `-DCMAKE_MAKE_PROGRAM=/opt/homebrew/bin/ninja`