change build scripts

This commit is contained in:
Aria Moradi
2021-02-04 23:47:16 +03:30
parent 1ea51bb9df
commit 3146fefb55
3 changed files with 10 additions and 5 deletions

View File

@@ -10,4 +10,5 @@ echo "count is: $filter_count"
if [ "$filter_count" -gt 0 ]; then
mkdir -p repo/
cp server/build/Tachidesk-*.jar repo/
cp server/build/Tachidesk-*.zip repo/
fi