15 lines
730 B
YAML
15 lines
730 B
YAML
Id: voidtools.Everything # publisher.package format
|
|
Publisher: voidtools # the name of the publisher
|
|
Name: everything # the name of the application
|
|
Version: 1.4.1.969 # version numbering format
|
|
License: https://www.voidtools.com/License.txt # the open source license or copyright
|
|
InstallerType: exe # enumeration of supported installer types (exe, msi, msix)
|
|
Installers:
|
|
- Arch: x64 # enumeration of supported architectures
|
|
Url: https://www.voidtools.com/Everything-1.4.1.969.x64-Setup.exe # path to download installation file
|
|
Sha256: 015612db20d31ed42bbcbca0d94f362360a6bb61cde0c861814f2eda6abe636b # SHA256 calculated from installer
|
|
Switches:
|
|
Silent: /S
|
|
SilentWithProgress: /S
|
|
# ManifestVersion: 0.1.0
|