mirror of
https://github.com/greenshot/greenshot
synced 2025-08-14 10:47:02 -07:00
Fixing the build for BUG-2091
This commit is contained in:
parent
363b91dfeb
commit
245ffe5da9
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue