mirror of
https://github.com/Suwayomi/TachideskJUI.git
synced 2025-12-10 06:42:05 +01:00
Silently continue if Remove-Item fails
This commit is contained in:
@@ -32,6 +32,6 @@ Write-Output "Copying Tachidesk.jar to resources folder..."
|
||||
Move-Item -Force $tachidesk_jar "src/main/resources/Tachidesk.jar" -ErrorAction SilentlyContinue
|
||||
|
||||
Write-Output "Cleaning up..."
|
||||
Remove-Item -Recurse -Force "tmp" | Out-Null
|
||||
Remove-Item -Recurse -Force "tmp" -ErrorAction SilentlyContinue | Out-Null
|
||||
|
||||
Write-Output "Done!"
|
||||
|
||||
Reference in New Issue
Block a user