Skip to content

Commit

Permalink
Hotfix for outdated binary name in portal
Browse files Browse the repository at this point in the history
  • Loading branch information
ruanformigoni committed Oct 17, 2024
1 parent 1139263 commit 6bc6815
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/boot/boot.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ std::unique_ptr<ns_config::FlatimageConfig> boot(int argc, char** argv)
ns_log::set_sink_file(config->path_dir_mount.string() + ".boot.log");

// Start portal
ns_portal::Portal portal = ns_portal::Portal(config->path_dir_instance / "ext.boot");
ns_portal::Portal portal = ns_portal::Portal(config->path_dir_instance / "fim_boot");

// Refresh desktop integration
ns_log::exception([&]{ ns_desktop::integrate(*config); });
Expand Down

0 comments on commit 6bc6815

Please sign in to comment.