CURA-5296 Fix packages.json path

This commit is contained in:
Ian Paschal 2018-05-08 16:28:28 +02:00
parent 0561c66e47
commit db15b1c2a1

View file

@ -30,8 +30,8 @@ class CuraPackageManager(QObject):
# JSON file that keeps track of all installed packages.
self._bundled_package_management_file_path = os.path.join(
Application.getInstallPrefix(),
Application.getInstance().getApplicationName(),
os.path.dirname(os.path.abspath(__file__)),
"..",
"resources",
"packages.json"
)