Skip to content

Commit fdf5e54

Browse files
Update compile script
1 parent 0c12074 commit fdf5e54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compile.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ if ($dirCheck) {
99
}
1010

1111
dart compile exe "./bin/main.dart" -o "./dist/nexustools.exe"
12-
Compress-Archive -Path "./dist/nexustools.exe" -DestinationPath "./dist/$FileName.zip"
12+
Compress-Archive -Path "./dist/nexustools.exe" -DestinationPath "./dist/$FileName.zip" -Force
1313
del "./dist/nexustools.exe"

0 commit comments

Comments
 (0)