Skip to content

Commit

Permalink
More debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
sixeyed committed Dec 29, 2024
1 parent f9e309b commit cc47786
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build/build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ try {
$env:WINDOWS_VERSION='ltsc2019'
$env:WINDOWS_VERSION_CODE='1809'
$winver=(Get-Item "HKLM:SOFTWARE\Microsoft\Windows NT\CurrentVersion").GetValue('DisplayVersion')
echo "** winver: $winver **"
if ($winver -eq '23H2') {
$env:WINDOWS_VERSION = $env:WINDOWS_VERSION_CODE = 'ltsc2022'
} elseif ($winver -eq '24H2') {
Expand Down

0 comments on commit cc47786

Please sign in to comment.