mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-17 02:22:17 +00:00
FIX: the location of network_plugins.json
jira: [STUDIO-13745] Change-Id: I5ead381e94046179d44c02e3d7d9964fbe9aff36 (cherry picked from commit 6454dfe45bfa2c2deeb1c1aa0f46b2479d418f8b)
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user