[vlc-commits] share/Info.plist: Fix CrashDragon endpoint for macOS
Marvin Scholz
git at videolan.org
Sun Dec 31 15:07:35 CET 2017
vlc/vlc-3.0 | branch: master | Marvin Scholz <epirat07 at gmail.com> | Sun Dec 31 15:03:25 2017 +0100| [2ac40a35fc38d6446eacf4b5faa78c4652f725d2] | committer: Marvin Scholz
share/Info.plist: Fix CrashDragon endpoint for macOS
(cherry picked from commit e46c00e7d07482b70590241acd631065dd7bd685)
Signed-off-by: Marvin Scholz <epirat07 at gmail.com>
> http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git/?a=commit;h=2ac40a35fc38d6446eacf4b5faa78c4652f725d2
---
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 53d6c46f65..faae134ce1 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