Remove cp -r of mac build in readme

This commit is contained in:
Nadia Holmquist Pedersen 2021-05-02 14:51:11 +02:00
parent b0e97b229e
commit 1004ff7fb3
1 changed files with 1 additions and 2 deletions

View File

@ -99,9 +99,8 @@ If everything went well, melonDS should now be in the `dist` folder.
```zsh
cmake .. -DCMAKE_PREFIX_PATH="$(brew --prefix qt@5);$(brew --prefix libarchive)" -DMACOS_BUNDLE_LIBS=ON
make -j$(sysctl -n hw.logicalcpu)
mkdir dist && cp -r melonDS.app dist
```
If everything went well, melonDS.app should now be in the `dist` folder.
If everything went well, melonDS.app should now be in the curent directory.
## TODO LIST