mirror of
https://github.com/greenshot/greenshot
synced 2025-08-14 10:47:02 -07:00
BUG-1991: Fixed missing log file for PAF version.
This commit is contained in:
parent
b6ccbb783a
commit
7d69b6b3bb
7 changed files with 33 additions and 42 deletions
|
@ -104,7 +104,7 @@ Function PackagePortable {
|
|||
"$sourcebase\Greenshot.exe.config",
|
||||
"$sourcebase\GreenshotPlugin.dll",
|
||||
"$sourcebase\log4net.dll",
|
||||
"$sourcebase\log4net.xml",
|
||||
"$sourcebase\log4net-portable.xml",
|
||||
"$destbase\additional_files\*.txt" ) | foreach { Copy-Item $_ "$destbase\portabletmp\App\Greenshot\" }
|
||||
|
||||
Copy-Item -Path "$sourcebase\Languages\help-en-US.html" -Destination "$destbase\portabletmp\help.html"
|
||||
|
@ -170,7 +170,6 @@ Function PackageZip {
|
|||
"$sourcebase\Greenshot.exe.config",
|
||||
"$sourcebase\GreenshotPlugin.dll",
|
||||
"$sourcebase\log4net.dll",
|
||||
"$sourcebase\log4net.xml",
|
||||
"$destbase\additional_files\*.txt" ) | foreach { Copy-Item $_ "$destzip\" }
|
||||
|
||||
$zipOutput = "$(get-location)\zip"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue