-
Notifications
You must be signed in to change notification settings - Fork 109
ci: winget support #996
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
ci: winget support #996
Changes from all commits
Commits
Show all changes
6 commits
Select commit
Hold shift + click to select a range
4449b6b
ci: winget support
andrii-bodnar df8751f
update version
andrii-bodnar b133b38
fix
andrii-bodnar 307f3cf
bump version
andrii-bodnar d7fa410
ci: add manual winget release job
andrii-bodnar 098c2c9
ci: update token for winget jobs in publish workflow
andrii-bodnar File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
This file contains hidden or 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,23 @@ | ||
| # Updated to winget manifest schema 1.10.0 | ||
| # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json | ||
|
|
||
| PackageIdentifier: Crowdin.CrowdinCLI | ||
| PackageVersion: 4.14.1 | ||
| MinimumOSVersion: 10.0.0.0 | ||
| InstallerType: inno | ||
| InstallModes: | ||
| - interactive | ||
| - silent | ||
| InstallerSwitches: | ||
| Silent: /VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP- | ||
| SilentWithProgress: /SILENT /SUPPRESSMSGBOXES /NORESTART /SP- | ||
| Installers: | ||
| - Architecture: x64 | ||
| InstallerUrl: https://github.com/crowdin/crowdin-cli/releases/download/4.14.1/crowdin.exe | ||
| InstallerSha256: e912b4db3693fd9681d88cde83bcd1f8d955ba332aaf6c509cafd0a1b7f15541 | ||
| ProductCode: '{52B80417-16B8-4EFE-B118-6FA64B25CC0F}_is1' | ||
| Dependencies: | ||
| PackageDependencies: | ||
| - PackageIdentifier: EclipseAdoptium.Temurin.17.JRE | ||
| ManifestType: installer | ||
| ManifestVersion: 1.10.0 |
This file contains hidden or 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,35 @@ | ||
| # Updated to winget manifest schema 1.10.0 | ||
| # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json | ||
|
|
||
| PackageIdentifier: Crowdin.CrowdinCLI | ||
| PackageVersion: 4.14.1 | ||
| PackageLocale: en-US | ||
| Publisher: Crowdin | ||
| PublisherUrl: https://crowdin.com | ||
| PublisherSupportUrl: https://github.com/crowdin/crowdin-cli/issues | ||
| PrivacyUrl: https://crowdin.com/page/privacy-policy | ||
| Author: Crowdin | ||
| PackageName: Crowdin CLI | ||
| PackageUrl: https://crowdin.github.io/crowdin-cli | ||
| License: MIT | ||
| LicenseUrl: https://github.com/crowdin/crowdin-cli/blob/main/LICENSE | ||
| Copyright: © Crowdin | ||
| ShortDescription: A command line tool that allows you to manage and synchronize localization resources with your Crowdin project. | ||
| Description: |- | ||
| Crowdin CLI is a command line tool that allows you to manage and synchronize your localization resources with your Crowdin project. Using CLI, you can: | ||
| - Automate the process of updating your source files in your Crowdin project | ||
| - Download translations from Crowdin and automatically save them in the correct locations | ||
| - Upload all your existing translations to Crowdin in minutes | ||
| - Manage your localization resources without leaving the terminal | ||
| - Integrate Crowdin CLI with GitHub, GitLab, Jenkins, CircleCI, and other software | ||
| Moniker: crowdin | ||
| Tags: | ||
| - cli | ||
| - crowdin | ||
| - i18n | ||
| - l10n | ||
| - localization | ||
| - translation | ||
| ReleaseNotesUrl: https://github.com/crowdin/crowdin-cli/releases/tag/4.14.1 | ||
| ManifestType: defaultLocale | ||
| ManifestVersion: 1.10.0 |
This file contains hidden or 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 @@ | ||
| # Updated to winget manifest schema 1.10.0 | ||
| # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json | ||
|
|
||
| PackageIdentifier: Crowdin.CrowdinCLI | ||
| PackageVersion: 4.14.1 | ||
| DefaultLocale: en-US | ||
| ManifestType: version | ||
| ManifestVersion: 1.10.0 |
This file contains hidden or 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
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.