mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-24 15:13:56 -06:00
CURA-5296 Better finding for packages.json
This commit is contained in:
parent
757824ae93
commit
dd14a8e685
2 changed files with 4 additions and 4 deletions
|
@ -30,9 +30,7 @@ class CuraPackageManager(QObject):
|
|||
|
||||
# JSON file that keeps track of all installed packages.
|
||||
self._bundled_package_management_file_path = os.path.join(
|
||||
os.path.dirname(os.path.abspath(__file__)),
|
||||
"..",
|
||||
"resources",
|
||||
os.path.abspath(Resources.getBundledResourcesPath()),
|
||||
"packages.json"
|
||||
)
|
||||
self._user_package_management_file_path = os.path.join(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue