1.0.0 Alpha Release #59

Merged
netkas merged 213 commits from v1.0.0_alpha into master 2023-01-29 23:27:58 +00:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 1b5991425d - Show all commits

View file

@ -73,7 +73,8 @@
}
$this->Packages[$package->Assembly->Package]->UpdateSource = $package->Header->UpdateSource;
$this->Packages[$package->Assembly->Package]->addVersion($package, true);
$this->Packages[$package->Assembly->Package]->addVersion($package, $install_path, true);
$this->Packages[$package->Assembly->Package]->addVersion($package, $install_path, true);
$this->Packages[$package->Assembly->Package]->getDataPath();
$this->update();
}

View file

@ -98,7 +98,6 @@
throw new ImportException(sprintf('Version %s of %s is not installed', $version, $package), $e);
}
try
{
if (self::isImported($package, $version))