12345678910111213141516171819202122232425262728293031 |
- # Created with YamlCreate.ps1 v2.0.0 using YAML parsing
- # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json
- PackageIdentifier: CLechasseur.PathCopyCopy
- PackageVersion: 19.0
- InstallModes:
- - interactive
- - silent
- - silentWithProgress
- Installers:
- - InstallerLocale: en-US
- Architecture: x86
- InstallerType: inno
- Scope: machine
- InstallerUrl: https://github.com/clechasseur/pathcopycopy/releases/download/v19.0/PathCopyCopy19.0.exe
- InstallerSha256: 8251C175FEBFE4342C954CD27C7F684D1A7EDBA5AD6EE09841C61F884D46EE09
- InstallerSwitches:
- Custom: /ALLUSERS
- UpgradeBehavior: install
- - InstallerLocale: en-US
- Architecture: x86
- InstallerType: inno
- Scope: user
- InstallerUrl: https://github.com/clechasseur/pathcopycopy/releases/download/v19.0/PathCopyCopy19.0.exe
- InstallerSha256: 8251C175FEBFE4342C954CD27C7F684D1A7EDBA5AD6EE09841C61F884D46EE09
- InstallerSwitches:
- Custom: /CURRENTUSER
- UpgradeBehavior: install
- ManifestType: installer
- ManifestVersion: 1.0.0
|