workign on the yamls

This commit is contained in:
2024-06-30 15:36:33 +03:00
parent 9a716d8b54
commit e430bfa01f
9 changed files with 143 additions and 35 deletions

View File

@@ -0,0 +1,13 @@
# Created using wingetcreate 1.5.7.0
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json
{{define "installer"}}
PackageIdentifier: {{.PID}}
PackageVersion: {{.VER}}
InstallerType: {{.TYPE}}
Installers:
- Architecture: x64
InstallerUrl: {{.URL}}
InstallerSha256: {{.HASH}}
ManifestType: installer
ManifestVersion: 1.6.0
{{end}}

View File

@@ -0,0 +1,13 @@
# Created using wingetcreate 1.5.7.0
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json
{{define "locale"}}
PackageIdentifier: {{.PID}}
PackageVersion: {{.VER}}
PackageLocale: en-US
Publisher: {{.PUB}}
PackageName: {{.NAME}}
License: MIT
ShortDescription: {{.NAME}}
ManifestType: defaultLocale
ManifestVersion: 1.6.0
{{end}}

View File

@@ -0,0 +1,9 @@
# Created using wingetcreate 1.5.7.0
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json
{{define "yaml"}}
PackageIdentifier: {{.PID}}
PackageVersion: {{.VER}}
DefaultLocale: en-US
ManifestType: version
ManifestVersion: 1.6.0
{{end}}