From 0524f4a540c087dba6b8f3a3de71868c336d9945 Mon Sep 17 00:00:00 2001 From: Megamouse Date: Sun, 30 Apr 2023 13:39:40 +0200 Subject: [PATCH] MacOs: remove git dir from dmg --- .ci/deploy-mac.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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