[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[vidalia-svn] r3994: Grab the location of the crash reporter executable from the (vidalia/trunk/pkg/win32)



Author: edmanm
Date: 2009-08-03 19:46:55 -0400 (Mon, 03 Aug 2009)
New Revision: 3994

Modified:
   vidalia/trunk/pkg/win32/vidalia.wxs.in
Log:

Grab the location of the crash reporter executable from the CMake variable.


Modified: vidalia/trunk/pkg/win32/vidalia.wxs.in
===================================================================
--- vidalia/trunk/pkg/win32/vidalia.wxs.in	2009-08-03 23:43:50 UTC (rev 3993)
+++ vidalia/trunk/pkg/win32/vidalia.wxs.in	2009-08-03 23:46:55 UTC (rev 3994)
@@ -136,7 +136,7 @@
         <Component Id="CrashReporterExecutable" Guid="*">
           <File Id="CrashReporterExe" DiskId="1"
                 Name="crashreporter.exe"
-                Source="E:/Vidalia/trunk/build-vs/bin/RelWithDebInfo/crashreporter.exe" />
+                Source="@VIDALIA_CRASHREPORTER_EXECUTABLE@" />
         </Component>
       <?else?>
         <!-- Include MinGW-related library files -->