From 468d843b2eaf0f9f3de00177a79420313c9fc3ed Mon Sep 17 00:00:00 2001 From: GeckoEidechse Date: Fri, 23 Sep 2022 22:45:06 +0200 Subject: Rename function --- src-tauri/src/platform_specific/windows.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src-tauri/src/platform_specific/windows.rs') diff --git a/src-tauri/src/platform_specific/windows.rs b/src-tauri/src/platform_specific/windows.rs index b7641888..7627fe4f 100644 --- a/src-tauri/src/platform_specific/windows.rs +++ b/src-tauri/src/platform_specific/windows.rs @@ -8,7 +8,7 @@ use anyhow::{anyhow, Result}; use crate::check_is_valid_game_path; /// Runs a powershell command and parses output to get Titanfall2 install location on Origin -pub fn windows_origin_install_location_detection() -> Result { +pub fn origin_install_location_detection() -> Result { dbg!(); // Run PowerShell command to get Titanfall2 Origin install path -- cgit v1.2.3