Reference the actual name of the windows package (#1700)

This commit is contained in:
Clayton 2025-08-08 20:07:00 -04:00 committed by GitHub
parent 2f4291672b
commit 9b6ef074f0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View file

@ -11,7 +11,7 @@ set "script_dir=%~dp0"
set "script_dir=%script_dir:~0,-1%"
rem Detect platform and architecture
set "platform=win32"
set "platform=windows"
rem Detect architecture
if "%PROCESSOR_ARCHITECTURE%"=="AMD64" (