Remove the build type from the bin path
This commit is contained in:
parent
9cd669db84
commit
824453b133
3 changed files with 7 additions and 7 deletions
|
@ -8,9 +8,9 @@ COMPRESSION_FLAGS="-czvf"
|
|||
|
||||
mkdir "$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"
|
||||
cp build/bin/citra "$REV_NAME"
|
||||
cp -r build/bin/citra-qt.app "$REV_NAME"
|
||||
cp build/bin/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