From 628cc12714f32d63bdd9aec437f4161b7f46591d Mon Sep 17 00:00:00 2001 From: radius Date: Fri, 30 Oct 2015 01:50:30 -0500 Subject: [PATCH] rename app bundle --- libretro-buildbot-recipe.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libretro-buildbot-recipe.sh b/libretro-buildbot-recipe.sh index e28eaf4d..66ae7e25 100755 --- a/libretro-buildbot-recipe.sh +++ b/libretro-buildbot-recipe.sh @@ -1306,7 +1306,7 @@ if [ "${PLATFORM}" == "ios9" ] && [ "${RA}" == "YES" ]; then allocate=${plat}/Developer/usr/bin/codesign_allocate export CODESIGN_ALLOCATE=${allocate} security unlock-keychain -p buildbot /Users/buildbot/Library/Keychains/login.keychain - codesign -fs "buildbot" RetroArch\ iOS9.app + codesign -fs "buildbot" RetroArch.app echo $MESSAGE else