forked from microsoft/winget-pkgs
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
New version: alexx2000.DoubleCommander version 1.1.18
- Loading branch information
Showing
3 changed files
with
63 additions
and
0 deletions.
There are no files selected for viewing
23 changes: 23 additions & 0 deletions
23
manifests/a/alexx2000/DoubleCommander/1.1.18/alexx2000.DoubleCommander.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,23 @@ | ||
# Created with WinGet Releaser v2 using Komac v1.11.0 | ||
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json | ||
|
||
PackageIdentifier: alexx2000.DoubleCommander | ||
PackageVersion: 1.1.18 | ||
InstallerLocale: en-US | ||
InstallerType: wix | ||
Scope: machine | ||
UpgradeBehavior: uninstallPrevious | ||
ReleaseDate: 2024-09-21 | ||
AppsAndFeaturesEntries: | ||
- UpgradeCode: '{D220A081-E26D-4ECD-B399-EFEB4D6678EA}' | ||
Installers: | ||
- Architecture: x86 | ||
InstallerUrl: https://github.com/doublecmd/doublecmd/releases/download/v1.1.18/doublecmd-1.1.18.i386-win32.msi | ||
InstallerSha256: 8B7FA1452012EE48F02DFE1795F7AF20219657247ACD2ACDC7B234C00F914314 | ||
ProductCode: '{28E6D1BD-5D50-4203-A7A1-D9AEF27DF307}' | ||
- Architecture: x64 | ||
InstallerUrl: https://github.com/doublecmd/doublecmd/releases/download/v1.1.18/doublecmd-1.1.18.x86_64-win64.msi | ||
InstallerSha256: 6FA1CCA722B38859B3CE27CF9C4CFE7B36D007302DD0576824669E63919AE33D | ||
ProductCode: '{8A45D7C4-2559-43F7-8732-81BB647F62AA}' | ||
ManifestType: installer | ||
ManifestVersion: 1.5.0 |
32 changes: 32 additions & 0 deletions
32
manifests/a/alexx2000/DoubleCommander/1.1.18/alexx2000.DoubleCommander.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,32 @@ | ||
# Created with WinGet Releaser v2 using Komac v1.11.0 | ||
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json | ||
|
||
PackageIdentifier: alexx2000.DoubleCommander | ||
PackageVersion: 1.1.18 | ||
PackageLocale: en-US | ||
Publisher: Alexander Koblov | ||
PublisherUrl: https://github.com/doublecmd | ||
PublisherSupportUrl: https://github.com/doublecmd/doublecmd/issues | ||
Author: Alexander Koblov | ||
PackageName: Double Commander | ||
PackageUrl: https://doublecmd.sourceforge.io | ||
License: GPL-2.0 | ||
LicenseUrl: https://github.com/doublecmd/doublecmd/blob/HEAD/LICENSE.md | ||
Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. | ||
CopyrightUrl: https://sourceforge.net/p/doublecmd/code/HEAD/tree/trunk/doc/COPYING.txt | ||
ShortDescription: Free cross platform open source file manager with two panels side by side | ||
Description: |- | ||
Double Commander is a cross platform open source file manager with two panels side by side. | ||
It is inspired by Total Commander and features some new ideas. | ||
Moniker: doublecmd | ||
Tags: | ||
- commander | ||
- cross-platform | ||
- file-explorer | ||
- file-manager | ||
- foss | ||
- manager | ||
- open-source | ||
ReleaseNotesUrl: https://github.com/doublecmd/doublecmd/releases/tag/v1.1.18 | ||
ManifestType: defaultLocale | ||
ManifestVersion: 1.5.0 |
8 changes: 8 additions & 0 deletions
8
manifests/a/alexx2000/DoubleCommander/1.1.18/alexx2000.DoubleCommander.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 WinGet Releaser v2 using Komac v1.11.0 | ||
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json | ||
|
||
PackageIdentifier: alexx2000.DoubleCommander | ||
PackageVersion: 1.1.18 | ||
DefaultLocale: en-US | ||
ManifestType: version | ||
ManifestVersion: 1.5.0 |
0d36619
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@check-spelling-bot Report
🔴 Please review
See the 📜action log for details.
Unrecognized words (1)
ftp
To accept ✔️ these unrecognized words as correct, run the following commands
... in a clone of the [email protected]:doublecmd/winget-pkgs.git repository
on the
alexx2000.DoubleCommander-1.1.18-99E85D12F1381673DB0AB128AA91FE7D52FC7729
branch (ℹ️ how do I use this?):If the flagged items are 🤯 false positives
If items relate to a ...
binary file (or some other file you wouldn't want to check at all).
Please add a file path to the
excludes.txt
file matching the containing file.File paths are Perl 5 Regular Expressions - you can test yours before committing to verify it will match your files.
^
refers to the file's path from the root of the repository, so^README\.md$
would exclude README.md (on whichever branch you're using).well-formed pattern.
If you can write a pattern that would match it,
try adding it to the
patterns.txt
file.Patterns are Perl 5 Regular Expressions - you can test yours before committing to verify it will match your lines.
Note that patterns can't match multiline strings.