diff options
author | Chocobozzz <me@florianbigard.com> | 2018-06-07 17:05:57 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-06-07 17:05:57 +0200 |
commit | 379acb21bcc491efdc0118ea714790bb34238d66 (patch) | |
tree | aba72ff8671733437b18456955c72e4ef53786ec /scripts | |
parent | 6cca7360eb9027e1544f7513df7da4684061ef7e (diff) | |
download | PeerTube-379acb21bcc491efdc0118ea714790bb34238d66.tar.gz PeerTube-379acb21bcc491efdc0118ea714790bb34238d66.tar.zst PeerTube-379acb21bcc491efdc0118ea714790bb34238d66.zip |
Rename "my settings" to "my account" in menu
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/release.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/release.sh b/scripts/release.sh index 393955264..9adfe2b5d 100755 --- a/scripts/release.sh +++ b/scripts/release.sh | |||
@@ -57,7 +57,8 @@ git commit package.json client/package.json -m "Bumped to version $version" | |||
57 | git tag -s -a "$version" -m "$version" | 57 | git tag -s -a "$version" -m "$version" |
58 | 58 | ||
59 | npm run build | 59 | npm run build |
60 | rm "./client/dist/en-US/stats.json" | 60 | rm "./client/dist/en_US/stats.json" |
61 | rm "./client/dist/embed-stats.json" | ||
61 | 62 | ||
62 | # Creating the archives | 63 | # Creating the archives |
63 | ( | 64 | ( |