diff --git a/script/build.ps1 b/script/build.ps1 index eb4aefb..9e0bfb6 100644 --- a/script/build.ps1 +++ b/script/build.ps1 @@ -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++