Skip to content

Commit

Permalink
Merge 45700b9 into 4a63c69
Browse files Browse the repository at this point in the history
  • Loading branch information
ForNeVeR authored Sep 30, 2018
2 parents 4a63c69 + 45700b9 commit 2881df8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .appveyor/after_build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ function Pack-Files($ext, $includeExe, $targetPath, $archiveName) {
Copy-Item $env:QT_DIR\plugins\imageformats\qjpeg.$ext $targetPath\imageformats\
Copy-Item $env:QT_DIR\plugins\platforms\qwindows.$ext $targetPath\platforms\

$itemsToPack = @("$targetPath\*.$ext", "$targetPath\platforms\*.$ext", "$targetPath\imageformats\*.$ext")
$itemsToPack = @("$targetPath\Release\*.$ext", "$targetPath\platforms\*.$ext", "$targetPath\imageformats\*.$ext")
if ($includeExe) {
$itemsToPack += @("$targetPath\Telegram.exe")
$itemsToPack += @("$targetPath\Release\Kepka.exe")
}

7z a -mmt $archiveName @itemsToPack
Expand Down

0 comments on commit 2881df8

Please sign in to comment.