Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
42 commits
Select commit Hold shift + click to select a range
2d226cc
New version: Mozilla.Firefox.mk version 146.0.1 (#324420)
spectopo Dec 23, 2025
15f85d3
New version: Mozilla.Firefox.nb-NO version 146.0.1 (#324424)
spectopo Dec 23, 2025
23a6e0c
New version: Mozilla.Firefox.tg version 146.0.1 (#324448)
spectopo Dec 23, 2025
d88e3bf
New version: Brave.Brave.Beta version 143.1.86.121 (#325803)
spectopo Dec 23, 2025
c11f82d
New version: Opera.OperaGX version 125.0.5729.58 (#325804)
spectopo Dec 23, 2025
1a5966d
New version: Streetwriters.Notesnook version 3.3.7 (#325806)
dyaminigo Dec 23, 2025
726049e
New version: T-Troll.AlienFXTools version 9.3.4.4 (#325807)
damn-good-b0t Dec 23, 2025
5eba50c
New version: Netsdk.S3Browser version 13.1.1 (#325819)
spectopo Dec 23, 2025
bb8ac76
New version: RockinChaos.Shiru version 6.4.7 (#325792)
RockinChaos Dec 23, 2025
554a0e9
Update: KDE.Blinken version 26.03.70 (722) (#325813)
spectopo Dec 23, 2025
1e9a67f
New version: KDE.Kiten version 25.12.0 (922) (#325815)
spectopo Dec 23, 2025
b1e61f9
Update: KDE.KTurtle version 26.03.70 (1068) (#325816)
spectopo Dec 23, 2025
b85b985
New version: Seewo.ExceedShare.Sender version 6.7.7.12 (#325821)
spectopo Dec 23, 2025
8fee62e
Update version: EXEMSI.MSIWrapper version 4.0.41.0 (#325823)
KarbitsCode Dec 23, 2025
9ff19a3
New version: Cloudfleet.CLI version 0.7.0 (#325827)
cloudfleet-tech Dec 23, 2025
9d94ebc
New version: AnyDesk.AnyDesk version 9.6.7 (#325828)
spectopo Dec 23, 2025
7c785f0
New version: PopcornTime.Popcorn-Time version 0.0.122-96 (#322573)
Dvd-Znf Dec 23, 2025
294236c
Update: KDE.Parley version 26.03.70 (875) (#325818)
spectopo Dec 23, 2025
7a627d6
New version: RoxyBrowser.RoxyBrowser version 3.6.4 (#325820)
spectopo Dec 23, 2025
23ff4e3
New version: Corsinvest.cv4pve.autosnap version 1.18.0 (#325825)
franklupo Dec 23, 2025
7b356da
Update: KDE.Bomber version master (775) (#325831)
spectopo Dec 23, 2025
727e82e
Update: KDE.Kapman version master (800) (#325834)
spectopo Dec 23, 2025
ac833f8
Update: KDE.KAtomic version master (823) (#325835)
spectopo Dec 23, 2025
350f310
Update: KDE.KReversi version master (825) (#325838)
spectopo Dec 23, 2025
4e120e7
Update: KDE.KSpaceDuel version master (719) (#325840)
spectopo Dec 23, 2025
cb66544
Update: KDE.KSudoku version master (956) (#325841)
spectopo Dec 23, 2025
7d44df7
New version: FunRoutine.WorkFlowy version 4.3.2512222320 (#325854)
spectopo Dec 23, 2025
ad76874
ycookiey.yClocky version 1.0.0 (#319217)
ycookiey Dec 23, 2025
574aab5
Update: KDE.Bovo version master (764) (#325832)
spectopo Dec 23, 2025
1aa4adb
Update: KDE.LSkat version master (834) (#325842)
spectopo Dec 23, 2025
ddff509
Update: KDE.Picmi version master (764) (#325856)
spectopo Dec 23, 2025
eeb0d78
Easeware.DriverEasy version 7.1.1.3510 (#325860)
KarbitsCode Dec 23, 2025
6f5b6ad
New version: OneWare.OneWareStudio version 0.21.23.0 (#325862)
hendrikmennen Dec 23, 2025
32cec5d
New version: Pulsar-Edit.Pulsar version 1.130.1 (Auto) (#325619)
DuckDuckStudio Dec 23, 2025
aa2104b
New version: i2van.hourglass version 1.15.53 (#325864)
CennoxX Dec 23, 2025
597b4b6
New version: PicGo.PicGo version 2.4.1 (#325867)
coolplaylinbot Dec 23, 2025
6b6dbfd
New version: FaFaRunner.FaFaRunner version 2.6.1 (#325875)
kjxbyz Dec 23, 2025
b61ef77
Begin adding fonts to YamlCreate (#325757)
Trenly Dec 23, 2025
e9cd1d6
New package: Yali.DelFast version 1.1.0.0 (#324910)
TheYali1 Dec 23, 2025
058a7b6
New version: aquaproj.aqua v2.56.0 (#325865)
suzuki-shunsuke Dec 23, 2025
fccf2fe
New package: Jul13n1.ArcAgent version 1.0.6 (#324636)
Jul13n1 Dec 23, 2025
2d28100
add Microsoft.OSCDIMG (#324482)
nicerloop Dec 23, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,7 @@ function Resolve-InstallerType {
)

# Ordering is important here due to the specificity achievable by each of the detection methods
# if (Test-IsFont -Path $Path) { return 'font' } # Font detection is not implemented yet
if (Test-IsFont -Path $Path) { return 'font' }
if (Test-IsWix -Path $Path) { return 'wix' }
if (Test-IsMsi -Path $Path) { return 'msi' }
if (Test-IsMsix -Path $Path) { return 'msix' }
Expand Down
92 changes: 85 additions & 7 deletions Tools/YamlCreate.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ if ($Settings) {
exit
}

$ScriptHeader = '# Created with YamlCreate.ps1 v2.5.0'
$ScriptHeader = '# Created with YamlCreate.ps1 v2.6.0'
$ManifestVersion = '1.10.0'
$PSDefaultParameterValues = @{ '*:Encoding' = 'UTF8' }
$Utf8NoBomEncoding = New-Object System.Text.UTF8Encoding $False
Expand Down Expand Up @@ -273,11 +273,18 @@ $useDirectSchemaLink = if ($env:GITHUB_ACTIONS -eq $true) {
} else {
(Invoke-WebRequest "https://aka.ms/winget-manifest.version.$ManifestVersion.schema.json" -UseBasicParsing).Content -match '<!doctype html>'
}

if ($ManifestVersion -ne 'latest') {
$FullManifestVersion = "v$ManifestVersion"
} else {
$FullManifestVersion = $ManifestVersion
}

$SchemaUrls = @{
version = if ($useDirectSchemaLink) { "https://raw.githubusercontent.com/microsoft/winget-cli/master/schemas/JSON/manifests/v$ManifestVersion/manifest.version.$ManifestVersion.json" } else { "https://aka.ms/winget-manifest.version.$ManifestVersion.schema.json" }
defaultLocale = if ($useDirectSchemaLink) { "https://raw.githubusercontent.com/microsoft/winget-cli/master/schemas/JSON/manifests/v$ManifestVersion/manifest.defaultLocale.$ManifestVersion.json" } else { "https://aka.ms/winget-manifest.defaultLocale.$ManifestVersion.schema.json" }
locale = if ($useDirectSchemaLink) { "https://raw.githubusercontent.com/microsoft/winget-cli/master/schemas/JSON/manifests/v$ManifestVersion/manifest.locale.$ManifestVersion.json" } else { "https://aka.ms/winget-manifest.locale.$ManifestVersion.schema.json" }
installer = if ($useDirectSchemaLink) { "https://raw.githubusercontent.com/microsoft/winget-cli/master/schemas/JSON/manifests/v$ManifestVersion/manifest.installer.$ManifestVersion.json" } else { "https://aka.ms/winget-manifest.installer.$ManifestVersion.schema.json" }
version = if ($useDirectSchemaLink) { "https://raw.githubusercontent.com/microsoft/winget-cli/master/schemas/JSON/manifests/$FullManifestVersion/manifest.version.$ManifestVersion.json" } else { "https://aka.ms/winget-manifest.version.$ManifestVersion.schema.json" }
defaultLocale = if ($useDirectSchemaLink) { "https://raw.githubusercontent.com/microsoft/winget-cli/master/schemas/JSON/manifests/$FullManifestVersion/manifest.defaultLocale.$ManifestVersion.json" } else { "https://aka.ms/winget-manifest.defaultLocale.$ManifestVersion.schema.json" }
locale = if ($useDirectSchemaLink) { "https://raw.githubusercontent.com/microsoft/winget-cli/master/schemas/JSON/manifests/$FullManifestVersion/manifest.locale.$ManifestVersion.json" } else { "https://aka.ms/winget-manifest.locale.$ManifestVersion.schema.json" }
installer = if ($useDirectSchemaLink) { "https://raw.githubusercontent.com/microsoft/winget-cli/master/schemas/JSON/manifests/$FullManifestVersion/manifest.installer.$ManifestVersion.json" } else { "https://aka.ms/winget-manifest.installer.$ManifestVersion.schema.json" }
}

# Fetch Schema data from github for entry validation, key ordering, and automatic commenting
Expand All @@ -292,6 +299,13 @@ try {
$InstallerEntryProperties = (ConvertTo-Yaml $InstallerSchema.definitions.Installer.properties | ConvertFrom-Yaml -Ordered).Keys
$InstallerDependencyProperties = (ConvertTo-Yaml $InstallerSchema.definitions.Dependencies.properties | ConvertFrom-Yaml -Ordered).Keys
$AppsAndFeaturesEntryProperties = (ConvertTo-Yaml $InstallerSchema.definitions.AppsAndFeaturesEntry.properties | ConvertFrom-Yaml -Ordered).Keys

# Update the manifest version in case `latest` was specified
$ManifestVersion = $VersionSchema.properties.ManifestVersion.default
# Update the schema URLs to reflect the correct version for use in the manifest header
@($SchemaUrls.Keys) | ForEach-Object {
$SchemaUrls[$_] = "https://aka.ms/winget-manifest.$_.$ManifestVersion.schema.json"
}
} catch {
# Here we want to pass the exception as an inner exception for debugging if necessary
throw [System.Net.WebException]::new('Manifest schemas could not be downloaded. Try running the script again', $_.Exception)
Expand Down Expand Up @@ -851,6 +865,22 @@ Function Read-NestedInstaller {
}
}
}

if ($_EffectiveType -eq 'font') {
# Prompt to see if multiple entries are needed
$_menu = @{
entries = @(
'[Y] Yes'
'*[N] No'
)
Prompt = 'Do you want to create another font entry?'
DefaultString = 'N'
}
switch ( Invoke-KeypressMenu -Prompt $_menu['Prompt'] -Entries $_menu['Entries'] -DefaultString $_menu['DefaultString']) {
'Y' { $AnotherNestedInstaller = $true }
default { $AnotherNestedInstaller = $false }
}
}
$_NestedInstallerFiles += $_InstallerFile
} until (!$AnotherNestedInstaller)
$_Installer['NestedInstallerFiles'] = $_NestedInstallerFiles
Expand Down Expand Up @@ -1307,6 +1337,11 @@ Function Read-InstallerEntry {
if ($AnotherInstaller -eq '0') {
Write-Host; Read-InstallerEntry
}

# If the app folder is in manifests and the installer type is font, change the app folder to point at fonts
if ($script:AppFolder -match 'manifests' -and (Get-EffectiveInstallerType $_Installer) -eq 'font') {
$script:AppFolder = $script:AppFolder -replace 'manifests', 'fonts'
}
}

# Prompts user for Installer Values using the `Quick Update` Method
Expand Down Expand Up @@ -2435,6 +2470,13 @@ if (Test-Path -Path "$PSScriptRoot\..\manifests") {
$ManifestsFolder = (Resolve-Path '.\').Path
}

# Set the root folder where new font manifests should be created
if (Test-Path -Path "$PSScriptRoot\..\fonts") {
$FontsFolder = (Resolve-Path "$PSScriptRoot\..\fonts").Path
} else {
$FontsFolder = (Resolve-Path '.\').Path
}

# Initialize the return value to be a success
$script:_returnValue = [ReturnValue]::new(200)

Expand Down Expand Up @@ -2695,13 +2737,45 @@ if ($ScriptSettings.ContinueWithExistingPRs -ne 'always' -and $script:Option -ne

# Set the folder for the specific package and version
$script:AppFolder = Join-Path $ManifestsFolder -ChildPath $PackageIdentifier.ToLower().Chars(0) | Join-Path -ChildPath $PackageIdentifierFolder | Join-Path -ChildPath $PackageVersion
$script:FontFolder = Join-Path $FontsFolder -ChildPath $PackageIdentifier.ToLower().Chars(0) | Join-Path -ChildPath $PackageIdentifierFolder | Join-Path -ChildPath $PackageVersion

# Attempt to see if the old package exists in the manifests folder, font folder, or both
$script:DestinationFolder = $null;
if (Test-Path -Path (Split-Path $script:AppFolder)) {
$script:DestinationFolder = $script:AppFolder
}
if (Test-Path -Path (Split-Path $script:FontFolder)) {
if ($script:DestinationFolder) {
$script:DestinationFolder = @($script:DestinationFolder; $script:FontFolder)
} else {
$script:DestinationFolder = $script:FontFolder
}
}
if ($script:DestinationFolder -and $script:DestinationFolder.Count -gt 1) {
$_menu = @{
entries = @('[1] Manifests Folder'; '[2] Fonts Folder')
Prompt = 'The package exists in both the manifests and fonts folder. Which folder do you want to use?'
DefaultString = '1'
}
switch ( Invoke-KeypressMenu -Prompt $_menu['Prompt'] -Entries $_menu['Entries'] -DefaultString $_menu['DefaultString'] ) {
'1' { $script:AppFolder = $script:AppFolder }
'2' { $script:AppFolder = $script:FontFolder }
}
} elseif ($script:DestinationFolder -and $script:DestinationFolder.Count -eq 1) {
$script:AppFolder = $script:DestinationFolder
}

# If the user selected `NewLocale` or `EditMetadata` the version *MUST* already exist in the folder structure
if ($script:Option -in @('NewLocale'; 'EditMetadata'; 'RemoveManifest')) {
# Try getting the old manifests from the specified folder
if (Test-Path -Path "$AppFolder\..\$PackageVersion") {
$script:OldManifests = Get-ChildItem -Path "$AppFolder\..\$PackageVersion"
$LastVersion = $PackageVersion
} elseif (Test-Path -Path "$FontFolder\..\$PackageVersion") {
$script:OldManifests = Get-ChildItem -Path "$FontFolder\..\$PackageVersion"
$LastVersion = $PackageVersion
# Intentionally override AppFolder here to ensure the rest of the script works as expected
$script:AppFolder = $script:FontFolder
}
# If the old manifests could not be found, request a new version
while (-not ($OldManifests.Name -like "$PackageIdentifier*.yaml")) {
Expand All @@ -2713,17 +2787,21 @@ if ($script:Option -in @('NewLocale'; 'EditMetadata'; 'RemoveManifest')) {
}
if (Test-Path -Path "$AppFolder\..\$PromptVersion") {
$script:OldManifests = Get-ChildItem -Path "$AppFolder\..\$PromptVersion"
$script:AppFolder = Join-Path (Split-Path $AppFolder) -ChildPath $LastVersion
} elseif (Test-Path -Path "$FontFolder\..\$PromptVersion") {
$script:OldManifests = Get-ChildItem -Path "$FontFolder\..\$PromptVersion"
# Intentionally use AppFolder here to ensure the rest of the script works as expected
$script:AppFolder = Join-Path (Split-Path $FontFolder) -ChildPath $LastVersion
}
# If a new version is entered, we need to be sure to update the folder for writing manifests
$LastVersion = $PromptVersion
$script:AppFolder = Join-Path (Split-Path $AppFolder) -ChildPath $LastVersion
$script:PackageVersion = $LastVersion
}
}

# If the user selected `QuickUpdateVersion`, the old manifests must exist
# If the user selected `New`, the old manifest type is specified as none
if (-not (Test-Path -Path "$AppFolder\..")) {
if (-not (Test-Path -Path "$AppFolder\..") -and -not (Test-Path -Path "$FontFolder\..")) {
if ($script:Option -in @('QuickUpdateVersion', 'Auto')) {
Write-Host -ForegroundColor Red 'This option requires manifest of previous version of the package. If you want to create a new package, please select Option 1.'
Invoke-CleanExit
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json

PackageIdentifier: AnyDesk.AnyDesk
PackageVersion: 9.6.6
PackageVersion: 9.6.7
InstallerType: exe
Scope: machine
InstallModes:
Expand All @@ -24,6 +24,6 @@ ElevationRequirement: elevationRequired
Installers:
- Architecture: x86
InstallerUrl: https://download.anydesk.com/AnyDesk.exe
InstallerSha256: 864E2C3675D05CD4816A42167B45AB66E3D5995FAE7E1FD680223940061B9803
InstallerSha256: F42B635D93720D1624C74121B83794D706D4D064BEE027650698025703D20532
ManifestType: installer
ManifestVersion: 1.10.0
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,13 @@
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json

PackageIdentifier: AnyDesk.AnyDesk
PackageVersion: 9.6.6
PackageVersion: 9.6.7
PackageLocale: en-US
Publisher: AnyDesk Software GmbH
# PublisherUrl: https://anydesk.com/
# PublisherSupportUrl: https://anydesk.com/contact
# PrivacyUrl: https://anydesk.com/privacy
Author: AnyDesk Software GmbH
PackageName: AnyDesk
# PackageUrl: https://anydesk.com/
License: Proprietary
# LicenseUrl: https://anydesk.com/terms
Copyright: © 2025 AnyDesk Software GmbH
# CopyrightUrl: https://anydesk.com/terms
ShortDescription: AnyDesk is a German proprietary remote desktop tool distributed by AnyDesk Software GmbH.
Description: |-
Connect to a computer remotely, be it from the other end of the office or halfway around the world.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,9 @@
# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json

PackageIdentifier: AnyDesk.AnyDesk
PackageVersion: 9.6.6
PackageVersion: 9.6.7
PackageLocale: zh-CN
# PublisherUrl: https://anydesk.com/
# PublisherSupportUrl: https://anydesk.com/zhs/contact
# PrivacyUrl: https://anydesk.com/zhs/privacy
# PackageUrl: https://anydesk.com/zhs
License: 专有软件
# LicenseUrl: https://anydesk.com/zhs/terms
# CopyrightUrl: https://anydesk.com/zhs/terms
ShortDescription: 超便捷的远程桌面软件
Description: 无论您是在隔壁的办公室还是在世界的另一端,都可以通过 AnyDesk 连接到您的计算机。AnyDesk 具有无与伦比的性能、出色的安全性和多平台支持,为专业而创造,深受大家喜爱。
Tags:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json

PackageIdentifier: AnyDesk.AnyDesk
PackageVersion: 9.6.6
PackageVersion: 9.6.7
DefaultLocale: en-US
ManifestType: version
ManifestVersion: 1.10.0
26 changes: 26 additions & 0 deletions manifests/a/aquaproj/aqua/2.56.0/aquaproj.aqua.installer.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# This file was generated by GoReleaser. DO NOT EDIT.
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json
PackageIdentifier: aquaproj.aqua
PackageVersion: 2.56.0
InstallerLocale: en-US
InstallerType: zip
ReleaseDate: "2025-12-23"
Installers:
- Architecture: arm64
NestedInstallerType: portable
NestedInstallerFiles:
- RelativeFilePath: aqua.exe
PortableCommandAlias: aqua
InstallerUrl: https://github.com/aquaproj/aqua/releases/download/v2.56.0/aqua_windows_arm64.zip
InstallerSha256: ca072548df97812ecac3bf863d5e06623cf7eb69c6cfa755719ee7695607b80c
UpgradeBehavior: uninstallPrevious
- Architecture: x64
NestedInstallerType: portable
NestedInstallerFiles:
- RelativeFilePath: aqua.exe
PortableCommandAlias: aqua
InstallerUrl: https://github.com/aquaproj/aqua/releases/download/v2.56.0/aqua_windows_amd64.zip
InstallerSha256: 6d1892f8bcb0868bd34ee97ca712b4de0f8a68adeb3f19d552f6a62f1a6431e0
UpgradeBehavior: uninstallPrevious
ManifestType: installer
ManifestVersion: 1.10.0
20 changes: 20 additions & 0 deletions manifests/a/aquaproj/aqua/2.56.0/aquaproj.aqua.locale.en-US.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# This file was generated by GoReleaser. DO NOT EDIT.
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json
PackageIdentifier: aquaproj.aqua
PackageVersion: 2.56.0
PackageLocale: en-US
Publisher: aquaproj
PublisherSupportUrl: https://github.com/aquaproj/aqua/discussions
PackageName: aqua
PackageUrl: https://github.com/aquaproj/aqua
License: mit
LicenseUrl: https://github.com/aquaproj/aqua/blob/main/LICENSE
ShortDescription: Declarative CLI Version manager written in Go
Description: |
Declarative CLI Version manager written in Go.
Support Lazy Install, Registry, and continuous update by Renovate.
CLI version is switched seamlessly
Moniker: aqua
ReleaseNotesUrl: https://github.com/aquaproj/aqua/releases/tag/v2.56.0
ManifestType: defaultLocale
ManifestVersion: 1.10.0
7 changes: 7 additions & 0 deletions manifests/a/aquaproj/aqua/2.56.0/aquaproj.aqua.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# This file was generated by GoReleaser. DO NOT EDIT.
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json
PackageIdentifier: aquaproj.aqua
PackageVersion: 2.56.0
DefaultLocale: en-US
ManifestType: version
ManifestVersion: 1.10.0
Original file line number Diff line number Diff line change
@@ -0,0 +1,86 @@
# Created with YamlCreate.ps1 Dumplings Mod
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json

PackageIdentifier: Brave.Brave.Beta
PackageVersion: 143.1.86.121
InstallerType: exe
ExpectedReturnCodes:
- InstallerReturnCode: -2147219440
ReturnResponse: cancelledByUser
- InstallerReturnCode: -2147219416
ReturnResponse: alreadyInstalled
- InstallerReturnCode: -2147218431
ReturnResponse: invalidParameter
- InstallerReturnCode: -2147024809
ReturnResponse: invalidParameter
UpgradeBehavior: install
Protocols:
- ftp
- http
- https
- mailto
- tel
FileExtensions:
- htm
- html
- pdf
- shtml
- svg
- webp
- xht
- xhtml
ProductCode: BraveSoftware Brave-Browser-Beta
Installers:
- Architecture: x86
Scope: user
InstallerUrl: https://github.com/brave/brave-browser/releases/download/v1.86.121/BraveBrowserStandaloneSilentBetaSetup32.exe
InstallerSha256: DB3CACF2968156BE6C47C22339A28D9D005FE864F4039F777802BE51F3297BDE
InstallModes:
- silent
- Architecture: x86
Scope: machine
InstallerUrl: https://github.com/brave/brave-browser/releases/download/v1.86.121/BraveBrowserStandaloneBetaSetup32.exe
InstallerSha256: F6093D795A5300B360EE4E48FBE320CFE692CF724CA4461EC32F77A88008CAAA
InstallModes:
- interactive
- silent
InstallerSwitches:
Silent: /silent /install
SilentWithProgress: /silent /install
ElevationRequirement: elevationRequired
- Architecture: x64
Scope: user
InstallerUrl: https://github.com/brave/brave-browser/releases/download/v1.86.121/BraveBrowserStandaloneSilentBetaSetup.exe
InstallerSha256: 5C0EDD0659D069BAC018993E26FB02B53E5A4C93DC31618C6CA9920B3A30E912
InstallModes:
- silent
- Architecture: x64
Scope: machine
InstallerUrl: https://github.com/brave/brave-browser/releases/download/v1.86.121/BraveBrowserStandaloneBetaSetup.exe
InstallerSha256: 32F119E54E618192A94AD6FDAD09BF4D28E64C36080B8B3E084569CF262079EA
InstallModes:
- interactive
- silent
InstallerSwitches:
Silent: /silent /install
SilentWithProgress: /silent /install
ElevationRequirement: elevationRequired
- Architecture: arm64
Scope: user
InstallerUrl: https://github.com/brave/brave-browser/releases/download/v1.86.121/BraveBrowserStandaloneSilentBetaSetupArm64.exe
InstallerSha256: B98DBBEE520B3697BB2613D467CB8ECE3284C28ADD26D52263FA57E07859BB4A
InstallModes:
- silent
- Architecture: arm64
Scope: machine
InstallerUrl: https://github.com/brave/brave-browser/releases/download/v1.86.121/BraveBrowserStandaloneBetaSetupArm64.exe
InstallerSha256: EBB3C94F18A9F43105D3D22A1997C28CE558CE5555CBCF6698A8FF2324EB34B6
InstallModes:
- interactive
- silent
InstallerSwitches:
Silent: /silent /install
SilentWithProgress: /silent /install
ElevationRequirement: elevationRequired
ManifestType: installer
ManifestVersion: 1.10.0
Loading
Loading