diff --git a/.ci/deploy-mac.sh b/.ci/deploy-mac.sh index c312d2de06..cb904b3e54 100755 --- a/.ci/deploy-mac.sh +++ b/.ci/deploy-mac.sh @@ -23,7 +23,8 @@ rm -rf "rpcs3.app/Contents/Frameworks/QtPdf.framework" \ "rpcs3.app/Contents/Frameworks/QtQuick.framework" \ "rpcs3.app/Contents/Frameworks/QtVirtualKeyboard.framework" \ "rpcs3.app/Contents/Plugins/platforminputcontexts" \ -"rpcs3.app/Contents/Plugins/virtualkeyboard" +"rpcs3.app/Contents/Plugins/virtualkeyboard" \ +"rpcs3.app/Contents/Resources/git" # Need to do this rename hack due to case insensitive filesystem mv rpcs3.app RPCS3_.app