Skip to content

Commit cc1d632

Browse files
committed
fix ARM64
1 parent a7d6e27 commit cc1d632

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cascadia/TerminalSettingsModel/PowershellCoreProfileGenerator.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ namespace winrt::Microsoft::Terminal::Settings::Model
229229
#endif
230230

231231
#if defined(_M_ARM64) // no point in looking for WOA if we're not on ARM64
232-
_accumulateTraditionalLayoutPowerShellInstancesInDirectory(L"%ProgramFiles(Arm)%\\PowerShell", PowerShellFlags::WOWARM, versions);
232+
_accumulateTraditionalLayoutPowerShellInstancesInDirectory(L"%ProgramFiles(Arm)%\\PowerShell", PowershellCoreProfileGenerator::PowerShellFlags::WOWARM, versions);
233233
#endif
234234

235235
_accumulateStorePowerShellInstances(versions);

0 commit comments

Comments
 (0)