aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeckoEidechse <40122905+GeckoEidechse@users.noreply.github.com>2023-03-25 23:05:58 +0100
committerGitHub <noreply@github.com>2023-03-25 22:05:58 +0000
commit177f1bbe6919b88f40bd4b53d05bfb7c828c5521 (patch)
tree2a491f18a7408b8003c8447551494d83fa9e75ed
parentc18ea937b568df72e48696daaec321bd0d6fda66 (diff)
downloadFlightCore-177f1bbe6919b88f40bd4b53d05bfb7c828c5521.tar.gz
FlightCore-177f1bbe6919b88f40bd4b53d05bfb7c828c5521.zip
fix: Update comment regarding Origin install (#237)
We no longer run a powershell command to get it
-rw-r--r--src-tauri/src/platform_specific/windows.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src-tauri/src/platform_specific/windows.rs b/src-tauri/src/platform_specific/windows.rs
index 5d054808..2862fde2 100644
--- a/src-tauri/src/platform_specific/windows.rs
+++ b/src-tauri/src/platform_specific/windows.rs
@@ -3,7 +3,7 @@ use anyhow::{anyhow, Result};
use crate::{check_is_valid_game_path, constants::TITANFALL2_ORIGIN_IDS};
-/// Runs a powershell command and parses output to get Titanfall2 install location on Origin
+/// Gets Titanfall2 install location on Origin
pub fn origin_install_location_detection() -> Result<String, anyhow::Error> {
// Iterate over known Titanfall2 Origin IDs
for origin_id in TITANFALL2_ORIGIN_IDS {