1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-04-20 07:52:30 +02:00

* Updated new crash reporter binary name in release scripts.

This commit is contained in:
Christian Muehlhaeuser 2011-11-23 10:12:09 +01:00
parent cb3a4cf66b
commit e63eef8faf
2 changed files with 3 additions and 3 deletions

View File

@ -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"

View File

@ -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))