Skip to content
This repository has been archived by the owner on Feb 20, 2020. It is now read-only.

Commit

Permalink
fix cleanup temporary directory after making zips
Browse files Browse the repository at this point in the history
  • Loading branch information
rhysd committed Apr 20, 2017
1 parent fa4b998 commit cca0475
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/make-release.sh
Expand Up @@ -40,7 +40,7 @@ function make-dist() {
cp LICENSE README.md "$dir"
zip --symlinks "dist/${dir}-${version}.zip" -r "$dir"
done
rm -r Mstdn-*
rm -rf Mstdn-*
open dist
}

Expand Down

0 comments on commit cca0475

Please sign in to comment.