Skip to content

Commit

Permalink
release script: add js
Browse files Browse the repository at this point in the history
  • Loading branch information
111116 committed Feb 13, 2020
1 parent 9d9e50e commit cd81d37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
dir="osuweb-""$(cat .version)"
mkdir "$dir"
cp *.html *.png *.svg *.json *.md LICENSE "$dir"
cp *.js *.html *.png *.svg *.json *.md LICENSE "$dir"
cp -r style scripts skin fonts "$dir"
mkdir "$dir""/hitsounds"
cp hitsounds/*.ogg "$dir""/hitsounds/"
Expand Down

0 comments on commit cd81d37

Please sign in to comment.