mirror of
https://github.com/anejolov/WinDeckHelper.git
synced 2026-06-13 04:05:06 +03:00
test
This commit is contained in:
+1
-1
@@ -292,7 +292,7 @@ public static extern bool SystemParametersInfo(
|
||||
|
||||
function Get-GitHubReleaseAsset {
|
||||
param (
|
||||
[string]$owner, # Владелец репозитория
|
||||
[string]$owner, # Владелец репозитория .
|
||||
[string]$repo, # Имя репозитория
|
||||
[string]$patternTemplate = ".*{version}.*", # Шаблон для поиска файла (с плейсхолдером {version})
|
||||
[bool]$trimVersion = $true, # Удалять ли символ 'v' из версии
|
||||
|
||||
Reference in New Issue
Block a user