chore: doc for windows

Signed-off-by: Hanchin Hsieh <me@yuchanns.xyz>
This commit is contained in:
Hanchin Hsieh
2024-09-04 13:51:35 +08:00
parent f239733e61
commit c027ea269a
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
param (
[string]$Version = "luajit",
[string]$BuildFromSource = "true"
[string]$BuildFromSource = "false"
)
$Build = [System.Convert]::ToBoolean($BuildFromSource)