mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-06 00:12:11 +00:00
Reference the actual name of the windows package (#1700)
This commit is contained in:
parent
2f4291672b
commit
9b6ef074f0
2 changed files with 3 additions and 3 deletions
|
|
@ -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" (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue