mirror of https://github.com/procxx/kepka.git
Fix the executable name (#179)
Now executable is on artifacts in AppVeyor.
This commit is contained in:
parent
4a63c69d7f
commit
db321f1e6b
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue