diff options
author | Jan <sentrycraft123@gmail.com> | 2024-04-14 18:01:56 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-14 18:01:56 +0200 |
commit | 7ab55d005aa7661d1eed6cb0a77ee6b269bfdf91 (patch) | |
tree | a9f7070d426d852845d6dfcf8728df27840fc88f /src-tauri/src/main.rs | |
parent | 24ca626e2bd0a7b35d4e0421ec3722fa710c62c4 (diff) | |
download | FlightCore-7ab55d005aa7661d1eed6cb0a77ee6b269bfdf91.tar.gz FlightCore-7ab55d005aa7661d1eed6cb0a77ee6b269bfdf91.zip |
chore: Remove Linux checks (#893)
With NorthstarProton changing to be Proton-GE based the glibc requirement is no longer needed since it targets the Steam runtime
Diffstat (limited to 'src-tauri/src/main.rs')
-rw-r--r-- | src-tauri/src/main.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src-tauri/src/main.rs b/src-tauri/src/main.rs index 8af76de7..ee7da27f 100644 --- a/src-tauri/src/main.rs +++ b/src-tauri/src/main.rs @@ -139,7 +139,6 @@ fn main() { platform_specific::get_host_os, platform_specific::get_local_northstar_proton_wrapper_version, platform_specific::install_northstar_proton_wrapper, - platform_specific::linux_checks, platform_specific::uninstall_northstar_proton_wrapper, repair_and_verify::clean_up_download_folder_wrapper, repair_and_verify::disable_all_but_core, |