mInstaller icon

mInstaller 3.2.4

Downloader and manager for MotionVFX products

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    minstaller # mInstaller
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    minstaller # mInstaller
  ];
}

Package Definition

{
  "pname": "minstaller",
  "version": "3.2.4",
  "src": {
    "url": "https://s3.motionvfx.com/mvfxpublic/mInstaller/sparkle/mInstaller-3.2.4.zip",
    "sha256": "a02c3e7361b6f1789cc62d87db453e7f1d31804e2d58842758ce2ac21f00ca43"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/mInstaller.app\" && cp -r \"mInstaller.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Downloader and manager for MotionVFX products",
    "homepage": "https://www.motionvfx.com/"
  }
}