mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 07:28:59 +08:00
CURA-5296 Fix packages.json path
This commit is contained in:
parent
0561c66e47
commit
db15b1c2a1
@ -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…
x
Reference in New Issue
Block a user