We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c12074 commit fdf5e54Copy full SHA for fdf5e54
compile.ps1
@@ -9,5 +9,5 @@ if ($dirCheck) {
9
}
10
11
dart compile exe "./bin/main.dart" -o "./dist/nexustools.exe"
12
-Compress-Archive -Path "./dist/nexustools.exe" -DestinationPath "./dist/$FileName.zip"
+Compress-Archive -Path "./dist/nexustools.exe" -DestinationPath "./dist/$FileName.zip" -Force
13
del "./dist/nexustools.exe"
0 commit comments