refactor: minor cleanup

This commit is contained in:
es3n1n
2025-05-20 15:16:32 +09:00
parent 448b1ced98
commit c159dbe324
2 changed files with 2 additions and 2 deletions

View File

@@ -46,7 +46,7 @@ Add-Type -AssemblyName System.IO.Compression.FileSystem
[System.IO.Compression.ZipFile]::ExtractToDirectory($zipPath, $InstallPath)
Remove-Item $zipPath
Write-Host "`nDefendnot installed to $InstallPath"
Write-Host "`nInstalled to $InstallPath"
Write-Host "Starting..."
Write-Host "Args: $args"
& "$InstallPath\defendnot-loader.exe" @args