From f3f1c2d81424439d0f89856774108a6717f64ff9 Mon Sep 17 00:00:00 2001 From: Christian Muehlhaeuser Date: Wed, 23 Nov 2011 10:22:13 +0100 Subject: [PATCH] * Forgot to rename crash reporter in one more place. --- CMakeModules/NSIS.template.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeModules/NSIS.template.in b/CMakeModules/NSIS.template.in index 370f46851..a93c53e3a 100644 --- a/CMakeModules/NSIS.template.in +++ b/CMakeModules/NSIS.template.in @@ -287,7 +287,7 @@ Section "Tomahawk Player" SEC_TOMAHAWK_PLAYER ;Main executable. File "${BUILD_PATH}\tomahawk.exe" - File "${BUILD_PATH}\CrashReporter.exe" + File "${BUILD_PATH}\tomahawk_crash_reporter.exe" File "${BUILD_PATH}\libtomahawk_breakpad.dll" File "${BUILD_PATH}\libtomahawklib.dll"