diff options
author | GeckoEidechse <gecko.eidechse+git@pm.me> | 2024-01-27 22:21:12 +0100 |
---|---|---|
committer | GeckoEidechse <gecko.eidechse+git@pm.me> | 2024-01-27 22:21:12 +0100 |
commit | 5284445cab89bb5af6d415c825a2cfa45cb92592 (patch) | |
tree | 5880b3ab4b48fdf28c7c5189a874494fcac31b97 /src-tauri/src/main.rs | |
parent | bcb77c2f326450e0cac78dd965cd6cb4dceaa736 (diff) | |
parent | 83ed4bedc183975f2f1a65b9cd38881410605904 (diff) | |
download | FlightCore-5284445cab89bb5af6d415c825a2cfa45cb92592.tar.gz FlightCore-5284445cab89bb5af6d415c825a2cfa45cb92592.zip |
Merge branch 'main' into refactor/pass-launch-options-object
Diffstat (limited to 'src-tauri/src/main.rs')
-rw-r--r-- | src-tauri/src/main.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src-tauri/src/main.rs b/src-tauri/src/main.rs index a2e293b0..1fc55678 100644 --- a/src-tauri/src/main.rs +++ b/src-tauri/src/main.rs @@ -138,6 +138,7 @@ fn main() { northstar::install::install_northstar_wrapper, northstar::install::update_northstar, northstar::launch_northstar, + northstar::profile::clone_profile, northstar::profile::delete_profile, northstar::profile::fetch_profiles, northstar::profile::validate_profile, |