forked from microsoft/winget-pkgs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add version: Proton.ProtonMailBridge version 3.1.3 (microsoft#141839)
- Loading branch information
1 parent
1ff4070
commit 0932b9a
Showing
4 changed files
with
138 additions
and
0 deletions.
There are no files selected for viewing
65 changes: 65 additions & 0 deletions
65
manifests/p/Proton/ProtonMailBridge/3.1.3/Proton.ProtonMailBridge.installer.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,65 @@ | ||
# Created with YamlCreate.ps1 v2.3.4 Dumplings Mod $debug=QUSU.CRLF.7-4-1.Win32NT | ||
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json | ||
|
||
PackageIdentifier: Proton.ProtonMailBridge | ||
PackageVersion: 3.1.3 | ||
InstallerType: exe | ||
Scope: machine | ||
InstallModes: | ||
- interactive | ||
- silent | ||
- silentWithProgress | ||
InstallerSwitches: | ||
Silent: /exenoui /quiet /norestart | ||
SilentWithProgress: /exenoui /passive /norestart | ||
InstallLocation: APPDIR="<INSTALLPATH>" | ||
Log: /log "<LOGPATH>" | ||
ExpectedReturnCodes: | ||
- InstallerReturnCode: -1 | ||
ReturnResponse: cancelledByUser | ||
- InstallerReturnCode: 1 | ||
ReturnResponse: invalidParameter | ||
- InstallerReturnCode: 87 | ||
ReturnResponse: invalidParameter | ||
- InstallerReturnCode: 1601 | ||
ReturnResponse: contactSupport | ||
- InstallerReturnCode: 1602 | ||
ReturnResponse: cancelledByUser | ||
- InstallerReturnCode: 1618 | ||
ReturnResponse: installInProgress | ||
- InstallerReturnCode: 1623 | ||
ReturnResponse: systemNotSupported | ||
- InstallerReturnCode: 1625 | ||
ReturnResponse: blockedByPolicy | ||
- InstallerReturnCode: 1628 | ||
ReturnResponse: invalidParameter | ||
- InstallerReturnCode: 1633 | ||
ReturnResponse: systemNotSupported | ||
- InstallerReturnCode: 1638 | ||
ReturnResponse: alreadyInstalled | ||
- InstallerReturnCode: 1639 | ||
ReturnResponse: invalidParameter | ||
- InstallerReturnCode: 1641 | ||
ReturnResponse: rebootInitiated | ||
- InstallerReturnCode: 1640 | ||
ReturnResponse: blockedByPolicy | ||
- InstallerReturnCode: 1643 | ||
ReturnResponse: blockedByPolicy | ||
- InstallerReturnCode: 1644 | ||
ReturnResponse: blockedByPolicy | ||
- InstallerReturnCode: 1649 | ||
ReturnResponse: blockedByPolicy | ||
- InstallerReturnCode: 1650 | ||
ReturnResponse: invalidParameter | ||
- InstallerReturnCode: 1654 | ||
ReturnResponse: systemNotSupported | ||
- InstallerReturnCode: 3010 | ||
ReturnResponse: rebootRequiredToFinish | ||
UpgradeBehavior: install | ||
ReleaseDate: 2023-05-10 | ||
Installers: | ||
- Architecture: x64 | ||
InstallerUrl: https://github.com/ProtonMail/proton-bridge/releases/download/v3.1.3/Bridge-Installer.exe | ||
InstallerSha256: C7BBD5EEC1877EE97D942F5AAE69AB3FC7C0F1C7C78BF315B72A189F005B162C | ||
ManifestType: installer | ||
ManifestVersion: 1.6.0 |
34 changes: 34 additions & 0 deletions
34
manifests/p/Proton/ProtonMailBridge/3.1.3/Proton.ProtonMailBridge.locale.en-US.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
# Created with YamlCreate.ps1 v2.3.4 Dumplings Mod $debug=QUSU.CRLF.7-4-1.Win32NT | ||
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json | ||
|
||
PackageIdentifier: Proton.ProtonMailBridge | ||
PackageVersion: 3.1.3 | ||
PackageLocale: en-US | ||
Publisher: Proton AG | ||
PublisherUrl: https://proton.me/ | ||
PublisherSupportUrl: https://proton.me/support/mail/ | ||
PrivacyUrl: https://proton.me/legal/privacy | ||
Author: Proton AG | ||
PackageName: Proton Mail Bridge | ||
PackageUrl: https://proton.me/mail/bridge | ||
License: GPL-3.0 | ||
LicenseUrl: https://github.com/ProtonMail/proton-bridge/blob/master/LICENSE | ||
Copyright: Copyright (c) 2024 Proton AG | ||
CopyrightUrl: https://github.com/ProtonMail/proton-bridge/blob/master/COPYING_NOTES.md | ||
ShortDescription: Use Proton Mail with your desktop email client | ||
Description: Proton Mail Bridge adds end-to-end encryption to popular email apps, including Outlook, Thunderbird, and Apple Mail. Secure email made easy. | ||
Moniker: protonmailbridge | ||
Tags: | ||
- proton-mail | ||
ReleaseNotes: |- | ||
Changed | ||
- GODT-2616: Silence UID of order report. | ||
- GODT-2614: Handle failed update during sync. | ||
ReleaseNotesUrl: https://github.com/ProtonMail/proton-bridge/releases/tag/v3.1.3 | ||
# PurchaseUrl: | ||
# InstallationNotes: | ||
# Documentations: | ||
ManifestType: defaultLocale | ||
ManifestVersion: 1.6.0 |
31 changes: 31 additions & 0 deletions
31
manifests/p/Proton/ProtonMailBridge/3.1.3/Proton.ProtonMailBridge.locale.zh-CN.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
# Created with YamlCreate.ps1 v2.3.4 Dumplings Mod $debug=QUSU.CRLF.7-4-1.Win32NT | ||
# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json | ||
|
||
PackageIdentifier: Proton.ProtonMailBridge | ||
PackageVersion: 3.1.3 | ||
PackageLocale: zh-CN | ||
Publisher: Proton AG | ||
PublisherUrl: https://proton.me/ | ||
PublisherSupportUrl: https://proton.me/support/mail/ | ||
PrivacyUrl: https://proton.me/legal/privacy | ||
Author: Proton AG | ||
PackageName: Proton Mail Bridge | ||
PackageUrl: https://proton.me/mail/bridge | ||
License: GPL-3.0 | ||
LicenseUrl: https://github.com/ProtonMail/proton-bridge/blob/master/LICENSE | ||
Copyright: Copyright (c) 2024 Proton AG | ||
CopyrightUrl: https://github.com/ProtonMail/proton-bridge/blob/master/COPYING_NOTES.md | ||
ShortDescription: 将 Proton Mail 与您的桌面电子邮件客户端结合使用 | ||
Description: Proton Mail Bridge 为常用的电子邮件应用(包括 Outlook、Thunderbird 和 Apple Mail)添加端到端加密功能,让电子邮件安全变得更容易。 | ||
# Moniker: | ||
Tags: | ||
- proton-mail | ||
- 电子邮件 | ||
- 邮件 | ||
# ReleaseNotes: | ||
ReleaseNotesUrl: https://github.com/ProtonMail/proton-bridge/releases/tag/v3.1.3 | ||
# PurchaseUrl: | ||
# InstallationNotes: | ||
# Documentations: | ||
ManifestType: locale | ||
ManifestVersion: 1.6.0 |
8 changes: 8 additions & 0 deletions
8
manifests/p/Proton/ProtonMailBridge/3.1.3/Proton.ProtonMailBridge.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# Created with YamlCreate.ps1 v2.3.4 Dumplings Mod $debug=QUSU.CRLF.7-4-1.Win32NT | ||
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json | ||
|
||
PackageIdentifier: Proton.ProtonMailBridge | ||
PackageVersion: 3.1.3 | ||
DefaultLocale: en-US | ||
ManifestType: version | ||
ManifestVersion: 1.6.0 |