Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions resources/images/icons/Download.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions rust/launcher/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ fn main() {
"src/models/runtime.rs",
"src/models/settings.rs",
"src/models/system_status.rs",
"src/models/update_all_runner.rs",
]);

// SAFETY: cc_builder is unsafe in 0.8 because cxx-qt makes no stability
Expand Down
1 change: 1 addition & 0 deletions rust/launcher/src/models/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ pub mod settings;
pub mod system_status;
pub mod systems;
pub mod systems_state;
pub mod update_all_runner;

use std::collections::HashMap;
use std::sync::{Arc, Mutex, OnceLock};
Expand Down
Loading
Loading