Skip to content

Commit

Permalink
Merge ed7d42e into 4a63c69
Browse files Browse the repository at this point in the history
  • Loading branch information
ForNeVeR committed Sep 30, 2018
2 parents 4a63c69 + ed7d42e commit 97b738e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .appveyor/after_build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ function Pack-Files($ext, $includeExe, $targetPath, $archiveName) {

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

7z a -mmt $archiveName @itemsToPack
Expand Down

0 comments on commit 97b738e

Please sign in to comment.