We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65a9634 commit f368452Copy full SHA for f368452
src/platforms/xbox/platform.rs
@@ -33,7 +33,7 @@ impl GamesPlatform for XboxPlatForm {
33
}
34
35
fn get_shortcut_info(&self) -> eyre::Result<Vec<crate::platforms::ShortcutToImport>> {
36
- let command = include_str!("./game_pass_games.ps1");
+ let command = include_str!("./xbox_games.ps1");
37
let res = run_powershell_command(command)?;
38
let apps: Vec<AppInfo> = serde_json::from_str(&res)?;
39
let windows_dir = std::env::var("WinDir").unwrap_or("C:\\Windows".to_string());
0 commit comments