[vlc-commits] share/Info.plist: Fix CrashDragon endpoint for macOS

Marvin Scholz git at videolan.org
Sun Dec 31 15:03:54 CET 2017


vlc | branch: master | Marvin Scholz <epirat07 at gmail.com> | Sun Dec 31 15:03:25 2017 +0100| [e46c00e7d07482b70590241acd631065dd7bd685] | committer: Marvin Scholz

share/Info.plist: Fix CrashDragon endpoint for macOS

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=e46c00e7d07482b70590241acd631065dd7bd685
---

 share/Info.plist.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/share/Info.plist.in b/share/Info.plist.in
index 103400c4bf..83d90da709 100644
--- a/share/Info.plist.in
+++ b/share/Info.plist.in
@@ -1395,7 +1395,7 @@
 	<key>BreakpadRequestComments</key>
 	<string>1</string>
 	<key>BreakpadURL</key>
-	<string>@BREAKPAD_URL@/crashreports</string>
+	<string>@BREAKPAD_URL@/reports</string>
 	<key>CFBundleURLTypes</key>
 	<array>
 		<dict>



More information about the vlc-commits mailing list