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:
@@ -273,7 +273,7 @@ Section "Tomahawk Player" SEC_TOMAHAWK_PLAYER
|
|||||||
;Main executable.
|
;Main executable.
|
||||||
File "${INSTALL_PATH}\bin\tomahawk.exe"
|
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\libtomahawk_breakpad.dll"
|
||||||
|
|
||||||
File "${INSTALL_PATH}\bin\libqxtweb-standalone.dll"
|
File "${INSTALL_PATH}\bin\libqxtweb-standalone.dll"
|
||||||
|
@@ -502,9 +502,9 @@ except:
|
|||||||
print 'Failed to find spotify resolver'
|
print 'Failed to find spotify resolver'
|
||||||
|
|
||||||
try:
|
try:
|
||||||
FixPlugin('CrashReporter', '../MacOS')
|
FixPlugin('tomahawk_crash_reporter', '../MacOS')
|
||||||
except:
|
except:
|
||||||
print 'Failed to find CrashReporter'
|
print 'Failed to find tomahawk_crash_reporter'
|
||||||
|
|
||||||
for plugin in QT_PLUGINS:
|
for plugin in QT_PLUGINS:
|
||||||
FixPlugin(FindQtPlugin(plugin), os.path.dirname(plugin))
|
FixPlugin(FindQtPlugin(plugin), os.path.dirname(plugin))
|
||||||
|
Reference in New Issue
Block a user