Skip to content

Commit

Permalink
FastCopy.FastCopy version 5.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
KaranKad committed Jul 13, 2023
1 parent fb58311 commit f77f2b3
Show file tree
Hide file tree
Showing 4 changed files with 71 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# Created using wingetcreate 1.2.7.0
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json

PackageIdentifier: FastCopy.FastCopy
PackageVersion: 5.2.4
InstallerType: exe
Scope: user
InstallModes:
- interactive
- silent
InstallerSwitches:
Silent: /SILENT
InstallLocation: /DIR=<INSTALLPATH>
UpgradeBehavior: install
Installers:
- Architecture: x64
InstallerUrl: https://fastcopy.jp/archive/FastCopy5.2.4_installer.exe
InstallerSha256: B5328D6BB97A6FF076E3027996F2BF055B86C3DC831990C91146B24B028EF7C7
- Architecture: x86
InstallerUrl: https://fastcopy.jp/archive/FastCopy5.2.4_installer.exe
InstallerSha256: B5328D6BB97A6FF076E3027996F2BF055B86C3DC831990C91146B24B028EF7C7
ManifestType: installer
ManifestVersion: 1.4.0
ReleaseDate: 2023-07-11
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Created using wingetcreate 1.2.7.0
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json

PackageIdentifier: FastCopy.FastCopy
PackageVersion: 5.2.4
PackageLocale: en-US
Publisher: H.Shirouzu & FastCopy Lab, LLC.
PublisherSupportUrl: https://fastcopy.jp/help/fastcopy_eng.htm#history
PackageName: FastCopy
PackageUrl: https://fastcopy.jp
License: Freeware
LicenseUrl: https://fastcopy.jp/help/fastcopy_eng.htm#license
Copyright: Copyright 2004-2023 SHIROUZU Hiroaki. All rights reserved. Copyright 2018-2023 FastCopy Lab, LLC. All rights reserved.
CopyrightUrl: https://fastcopy.jp/help/fastcopy_eng.htm#license
ShortDescription: FastCopy is the Fastest Copy/Backup Software on Windows.
Moniker: fastcopy
Tags:
- backup
- copy
ReleaseNotesUrl: https://fastcopy.jp/help/fastcopy_eng.htm#history
ManifestType: defaultLocale
ManifestVersion: 1.4.0
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Created using wingetcreate 1.2.7.0
# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.4.0.schema.json

PackageIdentifier: FastCopy.FastCopy
PackageVersion: 5.2.4
PackageLocale: ja-JP
Publisher: H.Shirouzu & FastCopy Lab, LLC.
PackageName: FastCopy
PackageUrl: https://fastcopy.jp
License: Freeware
LicenseUrl: https://fastcopy.jp/help/fastcopy.htm#license
Copyright: Copyright 2004-2023 SHIROUZU Hiroaki. All rights reserved. Copyright 2018-2023 FastCopy Lab, LLC. All rights reserved.
CopyrightUrl: https://fastcopy.jp/help/fastcopy.htm#license
ShortDescription: Windows 系最速 のファイルコピー&バックアップ&削除ツールです。
ReleaseNotesUrl: https://fastcopy.jp/help/fastcopy.htm#history
ManifestType: locale
ManifestVersion: 1.4.0
8 changes: 8 additions & 0 deletions manifests/f/FastCopy/FastCopy/5.2.4/FastCopy.FastCopy.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Created using wingetcreate 1.2.7.0
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json

PackageIdentifier: FastCopy.FastCopy
PackageVersion: 5.2.4
DefaultLocale: en-US
ManifestType: version
ManifestVersion: 1.4.0

1 comment on commit f77f2b3

@github-actions
Copy link

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 (27)
alidation
anual
ardware
atching
eason
eedback
eeds
eopen
ependencies
erge
eset
inary
ipeline
ith
Itz
Mariocube
nly
nstaller
nteractive
olicy
ots
ranpha
redistritbution
ssue
ttention
uthor
xternal
Previously acknowledged words that are now absent admins Daa fabricbot redistribution Tbot timezone :arrow_right:
To accept ✔️ these unrecognized words as correct and remove the previously acknowledged and now absent words, run the following commands

... in a clone of the [email protected]:KaranKad/winget-pkgs.git repository
on the FastCopy.FastCopy-5.2.4-24cab123-aeee-4cfd-8316-bff3dabadca6 branch (ℹ️ how do I use this?):

curl -s -S -L 'https://raw.githubusercontent.com/check-spelling/check-spelling/v0.0.21/apply.pl' |
perl - 'https://github.com/KaranKad/winget-pkgs/actions/runs/5539574165/attempts/1'
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.

Please sign in to comment.