Skip to content

Commit

Permalink
updated manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
OfficialEsco committed Jan 2, 2024
1 parent b26cbce commit f2df04b
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 23 deletions.
24 changes: 10 additions & 14 deletions manifests/w/Wings3D/Wings3D/2.2.6.1/Wings3D.Wings3D.installer.yaml
Original file line number Diff line number Diff line change
@@ -1,39 +1,35 @@
# Created using YamlCreate.ps1
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json
# Created with YamlCreate.ps1 v2.2.12 $debug=AUSU.LF.7-4-0.Unix
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json

PackageIdentifier: Wings3D.Wings3D
PackageVersion: 2.2.6.1
MinimumOSVersion: 10.0.0.0
InstallerLocale: en-US
Platform:
- Windows.Desktop
MinimumOSVersion: 10.0.0.0
InstallerType: nullsoft
Scope: machine
InstallModes:
- interactive
- silent
- silentWithProgress
InstallerSwitches:
Custom: /NORESTART
UpgradeBehavior: install
Installers:
- InstallerLocale: en-US
Architecture: x64
InstallerType: nullsoft
Scope: machine
- Architecture: x64
InstallerUrl: https://sourceforge.net/projects/wings/files/wings/2.2.6.1/wings-x64-2.2.6.1.exe/download
InstallerSha256: FD55FF8A2380A92B276DD37B7B8D36A1B3B5B729D8091C837A6785B71AC0F0AE
UpgradeBehavior: install
Dependencies:
PackageDependencies:
- PackageIdentifier: Microsoft.VCRedist.2013.x64
MinimumVersion: 12.0.30501.0
- InstallerLocale: en-US
Architecture: x86
InstallerType: nullsoft
Scope: machine
- Architecture: x86
InstallerUrl: https://sourceforge.net/projects/wings/files/wings/2.2.6.1/wings-2.2.6.1.exe/download
InstallerSha256: 6F3F4B51603083B79B0146E5EF7A839D4FA672B4BC587F5675C0D26F3C306256
UpgradeBehavior: install
Dependencies:
PackageDependencies:
- PackageIdentifier: Microsoft.VCRedist.2013.x86
MinimumVersion: 12.0.30501.0
ManifestType: installer
ManifestVersion: 1.0.0
ManifestVersion: 1.5.0
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# Created using YamlCreate.ps1
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultlocale.1.0.0.schema.json
# Created with YamlCreate.ps1 v2.2.12 $debug=AUSU.LF.7-4-0.Unix
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json

PackageIdentifier: Wings3D.Wings3D
PackageVersion: 2.2.6.1
PackageLocale: en-US
Publisher: Wings3D Team
PublisherUrl: https://sourceforge.net/projects/wings/
PublisherSupportUrl: https://sourceforge.net/projects/wings/support
#PrivacyUrl:
# PrivacyUrl:
Author: bjorng, bufflig, dgud, micheus, raimo_niskanen
PackageName: Wings 3D
PackageUrl: http://www.wings3d.com
Expand All @@ -20,9 +20,14 @@ Description: Wings 3D is an advanced subdivision modeler that is both powerful a
Moniker: wings3d
Tags:
- 3d
- polygon
- subdivision
- model
- modeler
- polygon
- subdivision
# ReleaseNotes:
# ReleaseNotesUrl:
# PurchaseUrl:
# InstallationNotes:
# Documentations:
ManifestType: defaultLocale
ManifestVersion: 1.0.0
ManifestVersion: 1.5.0
6 changes: 3 additions & 3 deletions manifests/w/Wings3D/Wings3D/2.2.6.1/Wings3D.Wings3D.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Created using YamlCreate.ps1
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json
# Created with YamlCreate.ps1 v2.2.12 $debug=AUSU.LF.7-4-0.Unix
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json

PackageIdentifier: Wings3D.Wings3D
PackageVersion: 2.2.6.1
DefaultLocale: en-US
ManifestType: version
ManifestVersion: 1.0.0
ManifestVersion: 1.5.0

1 comment on commit f2df04b

@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 (9)

aloneguid
alonguid
ALVR
appinstaller
Failback
FFXIV
Pulovers
submitters
Teamcraft

Previously acknowledged words that are now absent admins Daa Esco fabricbot jedieaston Joakim Kad Karan Levvie mdanish quhxl redistribution russellbanks Tbot timezone Trenly :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]:OfficialEsco/winget-pkgs.git repository
on the Added-Wings3D.Wings3D-v2.2.6.1 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/OfficialEsco/winget-pkgs/actions/runs/7388107942/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.