FIX: the location of network_plugins.json

jira: [STUDIO-13745]
Change-Id: I5ead381e94046179d44c02e3d7d9964fbe9aff36
(cherry picked from commit 6454dfe45bfa2c2deeb1c1aa0f46b2479d418f8b)
This commit is contained in:
xin.zhang
2025-07-30 20:40:26 +08:00
committed by Noisyfox
parent e8ae3d1753
commit 296bbe3dd6

View File

@@ -9342,7 +9342,7 @@ void Plater::priv::update_plugin_when_launch(wxCommandEvent &event)
std::string data_dir_str = data_dir();
boost::filesystem::path data_dir_path(data_dir_str);
auto cache_folder = data_dir_path / "ota";
std::string changelog_file = cache_folder.string() + "/network_plugins.json";
std::string changelog_file = cache_folder.string() + "/plugins/network_plugins.json";
UpdatePluginDialog dlg(wxGetApp().mainframe);
dlg.update_info(changelog_file);