🐛 Fix windows

This commit is contained in:
Tw93
2023-07-20 22:33:27 +08:00
parent 15a07707b3
commit c5d337640a

3
script/build.ps1 vendored
View File

@@ -38,7 +38,8 @@ $total = $total - 1
# for windows, we need replace package name to title
ForEach ($line in (Get-Content -Path .\app.csv | Select-Object -Skip 1)) {
$name, $title, $name_zh, $url = $line.Split(","), $domain = ([Uri]$url).Host
$name, $title, $name_zh, $url = $line.Split(",")
$domain = ([Uri]$url).Host
Write-Host "building package ${index}/${total}"
Write-Host "package name is ${name} ${name_zh}"
Write-Host "=========================="