From e63eef8faff9a8c864d0190089837e3d4b5840c3 Mon Sep 17 00:00:00 2001 From: Christian Muehlhaeuser Date: Wed, 23 Nov 2011 10:12:09 +0100 Subject: [PATCH] * Updated new crash reporter binary name in release scripts. --- CMakeModules/NSIS.template.in | 2 +- admin/mac/macdeploy.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CMakeModules/NSIS.template.in b/CMakeModules/NSIS.template.in index 053204504..370f46851 100644 --- a/CMakeModules/NSIS.template.in +++ b/CMakeModules/NSIS.template.in @@ -273,7 +273,7 @@ Section "Tomahawk Player" SEC_TOMAHAWK_PLAYER ;Main executable. File "${INSTALL_PATH}\bin\tomahawk.exe" - File "${INSTALL_PATH}\bin\CrashReporter.exe" + File "${INSTALL_PATH}\bin\tomahawk_crash_reporter.exe" File "${INSTALL_PATH}\bin\libtomahawk_breakpad.dll" File "${INSTALL_PATH}\bin\libqxtweb-standalone.dll" diff --git a/admin/mac/macdeploy.py b/admin/mac/macdeploy.py index 5129575c6..2c2e0e221 100755 --- a/admin/mac/macdeploy.py +++ b/admin/mac/macdeploy.py @@ -502,9 +502,9 @@ except: print 'Failed to find spotify resolver' try: - FixPlugin('CrashReporter', '../MacOS') + FixPlugin('tomahawk_crash_reporter', '../MacOS') except: - print 'Failed to find CrashReporter' + print 'Failed to find tomahawk_crash_reporter' for plugin in QT_PLUGINS: FixPlugin(FindQtPlugin(plugin), os.path.dirname(plugin))