Merge pull request #5332 from Dragios/fix-exe-path
Correct output paths for executable binaries in CMakeLists.txt
This commit is contained in:
commit
897e473da4
3 changed files with 7 additions and 7 deletions
|
@ -8,9 +8,9 @@ COMPRESSION_FLAGS="-czvf"
|
|||
|
||||
mkdir "$REV_NAME"
|
||||
|
||||
cp build/bin/citra "$REV_NAME"
|
||||
cp -r build/bin/citra-qt.app "$REV_NAME"
|
||||
cp build/bin/citra-room "$REV_NAME"
|
||||
cp build/bin/Release/citra "$REV_NAME"
|
||||
cp -r build/bin/Release/citra-qt.app "$REV_NAME"
|
||||
cp build/bin/Release/citra-room "$REV_NAME"
|
||||
|
||||
# move libs into folder for deployment
|
||||
macpack "${REV_NAME}/citra-qt.app/Contents/MacOS/citra-qt" -d "../Frameworks"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue