mirror of
https://github.com/Suwayomi/TachideskJUI.git
synced 2025-12-20 19:42:35 +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
|
Move-Item -Force $tachidesk_jar "src/main/resources/Tachidesk.jar" -ErrorAction SilentlyContinue
|
||||||
|
|
||||||
Write-Output "Cleaning up..."
|
Write-Output "Cleaning up..."
|
||||||
Remove-Item -Recurse -Force "tmp" | Out-Null
|
Remove-Item -Recurse -Force "tmp" -ErrorAction SilentlyContinue | Out-Null
|
||||||
|
|
||||||
Write-Output "Done!"
|
Write-Output "Done!"
|
||||||
|
|||||||
Reference in New Issue
Block a user