Skip to content

Commit

Permalink
Update compile script
Browse files Browse the repository at this point in the history
  • Loading branch information
corbindavenport committed Sep 4, 2021
1 parent 0c12074 commit fdf5e54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compile.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit fdf5e54

Please sign in to comment.