innoManagedVersionsDir property

String innoManagedVersionsDir
final

Root directory where the package manages its versioned Inno Setup installs (~/.inno_bundle/versions).

Implementation

static final String innoManagedVersionsDir = p.join(
  getHomeDir(),
  '.inno_bundle',
  'versions',
);