From 245ffe5da961c4b149096a1fd39f40d72e9fa268 Mon Sep 17 00:00:00 2001 From: Robin Date: Thu, 29 Dec 2016 21:09:26 +0100 Subject: [PATCH] Fixing the build for BUG-2091 --- build.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.ps1 b/build.ps1 index 601c7d3fa..9bfcc6797 100644 --- a/build.ps1 +++ b/build.ps1 @@ -215,7 +215,7 @@ Function PackageZip { "$sourcebase\GreenshotPlugin.dll", "$sourcebase\LinqBridge.dll", "$sourcebase\log4net.dll", - "$sourcebase\log4net-zip.xml" + "$(get-location)\Greenshot\log4net-zip.xml" "$destbase\additional_files\*.txt" ) | foreach { Copy-Item $_ "$destzip\" } Rename-Item "$destzip\log4net-zip.xml" "$destzip\log4net.xml"