Browse Source

CI: Fix osx executable path in plist

Colin Edwards 5 years ago
parent
commit
15585748d5
1 changed files with 1 additions and 3 deletions
  1. 1 3
      CI/install/osx/Info.plist

+ 1 - 3
CI/install/osx/Info.plist

@@ -9,13 +9,11 @@
 	<key>CFBundleGetInfoString</key>
 	<string>OBS - Free and Open Source Streaming/Recording Software</string>
 	<key>CFBundleExecutable</key>
-	<string>OBS</string>
+	<string>obs</string>
 	<key>CFBundleIdentifier</key>
 	<string>com.obsproject.obs-studio</string>
 	<key>CFBundlePackageType</key>
 	<string>APPL</string>
-	<key>CFBundleSignature</key>
-	<string>????</string>
 	<key>LSMinimumSystemVersion</key>
 	<string>10.8.5</string>
 	<key>NSHighResolutionCapable</key>