From effcdc04d2a1d296c2e35daeac3d5b73ec90f086 Mon Sep 17 00:00:00 2001 From: Colin Edwards Date: Wed, 11 Dec 2019 18:25:54 -0600 Subject: [PATCH] CI: Fix osx executable path in plist --- CI/install/osx/Info.plist | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/CI/install/osx/Info.plist b/CI/install/osx/Info.plist index 7eed962ad..074e14aed 100644 --- a/CI/install/osx/Info.plist +++ b/CI/install/osx/Info.plist @@ -9,13 +9,11 @@ CFBundleGetInfoString OBS - Free and Open Source Streaming/Recording Software CFBundleExecutable - OBS + obs CFBundleIdentifier com.obsproject.obs-studio CFBundlePackageType APPL - CFBundleSignature - ???? LSMinimumSystemVersion 10.8.5 NSHighResolutionCapable -- GitLab