diff --git a/compile.ps1 b/compile.ps1 index 9b30efb..e4f8714 100644 --- a/compile.ps1 +++ b/compile.ps1 @@ -9,5 +9,5 @@ if ($dirCheck) { } dart compile exe "./bin/main.dart" -o "./dist/nexustools.exe" -Compress-Archive -Path "./dist/nexustools.exe" -DestinationPath "./dist/$FileName.zip" +Compress-Archive -Path "./dist/nexustools.exe" -DestinationPath "./dist/$FileName.zip" -Force del "./dist/nexustools.exe" \ No newline at end of file