update build script

This commit is contained in:
cool-mist 2025-05-01 15:06:47 +05:30
parent 7c79740f7b
commit 6798e7d0b4

View File

@ -12,4 +12,4 @@ if [ $? -ne 0 ]; then
exit 1
fi
tar -czvf ./sol_chess.tar.gz -C ./dist . && rm -rf ./dist && echo "Web build complete"
tar -czvf ./blr_city_name.tar.gz -C ./dist . && rm -rf ./dist && echo "Web build complete"