Update location & name of built app bundle
parent
d43be24121
commit
85c9c863f5
1 changed files with 1 additions and 1 deletions
|
@ -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).
|
Loading…
Reference in a new issue