diff options
Diffstat (limited to 'scripts/clean/client/dist.sh')
-rwxr-xr-x | scripts/clean/client/dist.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/clean/client/dist.sh b/scripts/clean/client/dist.sh index 2cbbf90dc..ea6f7d644 100755 --- a/scripts/clean/client/dist.sh +++ b/scripts/clean/client/dist.sh | |||
@@ -1,4 +1,4 @@ | |||
1 | #!/usr/bin/env sh | 1 | #!/usr/bin/env sh |
2 | 2 | ||
3 | cd client || exit -1 | 3 | cd client || exit -1 |
4 | rm -rf dist/ | 4 | rm -rf compiled/ dist/ dll/ |