Skip to content

Commit

Permalink
Fix 2024 install path in manual install script
Browse files Browse the repository at this point in the history
Fixes #1860
  • Loading branch information
neilenns committed Nov 21, 2024
1 parent bbc6071 commit fcc572f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MSFS2020-module/install-mobiflight-event-module-2024.cmd
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
setLocal EnableDelayedExpansion
@echo off
IF EXIST "%LOCALAPPDATA%\Packages\Microsoft.LimitlessBeta_8wekyb3d8bbwe\LocalCache\UserCfg.opt" (
IF EXIST "%LOCALAPPDATA%\Packages\Microsoft.Limitless_8wekyb3d8bbwe\LocalCache\UserCfg.opt" (
echo store version
SET TOSEARCH="%LOCALAPPDATA%\Packages\Microsoft.Limitless_8wekyb3d8bbwe\LocalCache\UserCfg.opt"
) ELSE (
Expand Down

0 comments on commit fcc572f

Please sign in to comment.