launch-pad icon indicating copy to clipboard operation
launch-pad copied to clipboard

Add support for find_regexp and find_matches_files

Open winsmith opened this issue 6 years ago • 0 comments

Because many many mods have a dependency on ModuleManager, it is very important to be able to install that module. Therefore we need to support find_regexp and find_matches_files.

  "install" : [
    {
      "find_regexp" : "ModuleManager.*\\.dll$",
      "install_to" : "GameData",
      "find_matches_files" : true
    }
  ],

winsmith avatar Apr 07 '18 14:04 winsmith