Skip to content

Commit

Permalink
Update to final 2024 install location
Browse files Browse the repository at this point in the history
  • Loading branch information
neilenns committed Oct 23, 2024
1 parent 4468a83 commit 9a7fdda
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion MSFS2020-module/install-mobiflight-event-module-2024.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ setLocal EnableDelayedExpansion
@echo off
IF EXIST "%LOCALAPPDATA%\Packages\Microsoft.LimitlessBeta_8wekyb3d8bbwe\LocalCache\UserCfg.opt" (
echo store version
SET TOSEARCH="%LOCALAPPDATA%\Packages\Microsoft.LimitlessBeta_8wekyb3d8bbwe\LocalCache\UserCfg.opt"
SET TOSEARCH="%LOCALAPPDATA%\Packages\Microsoft.Limitless_8wekyb3d8bbwe\LocalCache\UserCfg.opt"
) ELSE (
echo normal version
SET TOSEARCH="%appdata%\Microsoft Flight Simulator 2024\UserCfg.opt"
Expand Down
2 changes: 1 addition & 1 deletion SimConnectMSFS/WasmModuleUpdater.cs
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ public bool AutoDetectCommunityFolder()
// Find the 2024 community folder
CommunityFolder2024 = ExtractCommunityFolderPath(new string[] {
Path.Combine(Environment.GetEnvironmentVariable("AppData"), "Microsoft Flight Simulator 2024"),
Path.Combine(Environment.GetEnvironmentVariable("LocalAppData"), @"Packages\Microsoft.LimitlessBeta_8wekyb3d8bbwe\LocalCache\") }
Path.Combine(Environment.GetEnvironmentVariable("LocalAppData"), @"Packages\Microsoft.Limitless_8wekyb3d8bbwe\LocalCache\") }
);

return CommunityFolder != null || CommunityFolder2024 != null;
Expand Down

0 comments on commit 9a7fdda

Please sign in to comment.