update powershell file for windows

This commit is contained in:
Tlntin
2023-03-08 12:48:17 +08:00
parent d17a3b9963
commit be8fddeddd

2
script/build.ps1 vendored
View File

@@ -94,8 +94,6 @@ ForEach ($line in (Get-Content -Path .\app.csv | Select-Object -Skip 1)) {
Remove-Item -Path "src-tauri\target\x86_64-pc-windows-msvc\release\wix\*.*" -Recurse -Force
Remove-Item -Path "src-tauri\target\x86_64-pc-windows-msvc\release\app.*" -Force
Remove-Item -Path "src-tauri\target\x86_64-pc-windows-msvc\release\resources" -Recurse -Force
Remove-Item -Path "src-tauri\target\x86_64-pc-windows-msvc\release\png" -Recurse -Force
Remove-Item -Path "src-tauri\target\x86_64-pc-windows-msvc\release\wix" -Recurse -Force
Write-Host "package build success!"
Write-Host ""
$index++