Add Ctrlr 5.3.201 (#9892)
* Add Ctrlr 5.3.201 * Fix silent install of Ctrlr by overriding install directory Co-authored-by: chausner <chausner@users.noreply.github.com>
This commit is contained in:
33
manifests/r/RomanKubiak/Ctrlr/5.3.201/RomanKubiak.Ctrlr.yaml
Normal file
33
manifests/r/RomanKubiak/Ctrlr/5.3.201/RomanKubiak.Ctrlr.yaml
Normal file
@@ -0,0 +1,33 @@
|
|||||||
|
# yaml-language-server: $schema=https://aka.ms/winget-manifest.singleton.1.0.0.schema.json
|
||||||
|
PackageIdentifier: RomanKubiak.Ctrlr
|
||||||
|
PackageVersion: 5.3.201
|
||||||
|
PackageName: Ctrlr
|
||||||
|
Publisher: Roman Kubiak
|
||||||
|
License: BSD 3-Clause License
|
||||||
|
LicenseUrl: https://github.com/RomanKubiak/ctrlr/blob/master/LICENSE-BSD
|
||||||
|
Tags:
|
||||||
|
- MIDI
|
||||||
|
- VST
|
||||||
|
ShortDescription: "Control any MIDI-enabled hardware: synthesizers, drum machines, samplers, effects."
|
||||||
|
Description: >
|
||||||
|
Control any MIDI-enabled hardware: synthesizers, drum machines, samplers, effects.
|
||||||
|
Create custom user interfaces.
|
||||||
|
Host them as VST or AU plugins in your favorite DAWs.
|
||||||
|
Homepage: https://ctrlr.org/
|
||||||
|
Installers:
|
||||||
|
- Architecture: neutral # installer installs both x86 and x64 binaries
|
||||||
|
InstallerUrl: http://ctrlr.org/nightly/Ctrlr-5.3.201.exe
|
||||||
|
InstallerSha256: A35E83BC65E07547D11881C0C04F76449C58EA7CD5BDDE8CD3EBE568107514DB
|
||||||
|
# The installer is actually Nullsoft but it has an issue with silent mode:
|
||||||
|
# it uses a wrong installation directory (C:\) and the uninstall does not work.
|
||||||
|
# Thus we override the directory to the default directory that would be used when installed
|
||||||
|
# interactively.
|
||||||
|
InstallerType: exe
|
||||||
|
InstallerSwitches:
|
||||||
|
Custom: /D=C:\Program Files (x86)\Ctrlr
|
||||||
|
Silent: /S
|
||||||
|
SilentWithProgress: /S
|
||||||
|
Scope: machine
|
||||||
|
PackageLocale: en-US
|
||||||
|
ManifestType: singleton
|
||||||
|
ManifestVersion: 1.0.0
|
||||||
Reference in New Issue
Block a user