From c678df4fc6447b794bc74233920731f7024f5c7f Mon Sep 17 00:00:00 2001 From: "Steve Pettit elderp@rwoodupc.org" Date: Sun, 26 Oct 2014 20:08:27 -0400 Subject: [PATCH] Changed file location of Windows executable to avoid conflict with portable build --- windows/OpenLP-2.0.iss.default | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows/OpenLP-2.0.iss.default b/windows/OpenLP-2.0.iss.default index 426c692..290c8cf 100644 --- a/windows/OpenLP-2.0.iss.default +++ b/windows/OpenLP-2.0.iss.default @@ -27,7 +27,7 @@ DefaultDirName={pf}\{#AppName} DefaultGroupName={#AppVerName} AllowNoIcons=true LicenseFile=LICENSE.txt -OutputDir=%(branch)s\dist\OpenLP\ +OutputDir=%(branch)s\dist\ OutputBaseFilename=OpenLP-{#RealVersion}-setup Compression=lzma/Max SolidCompression=true