workign on the yamls
This commit is contained in:
13
YamlTemplates/template.installer.yaml
Normal file
13
YamlTemplates/template.installer.yaml
Normal 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}}
|
||||
Reference in New Issue
Block a user