1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-06 22:26:32 +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

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