Skip to content

Prevent conflicting APS install paths

Currently the APS installer only checks for exactly the same paths. But if you install packages in "nested" paths, you will run into problems because the installer will suddenly delete package files for you. To prevent accidents, we should disallow installing in "nested" paths.

Merge request reports