mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47:29 -06:00
CURA-5296 Fix packages.json path
This commit is contained in:
parent
0561c66e47
commit
db15b1c2a1
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue