vrc-get/update-deps.sh
2024-08-10 00:22:14 +09:00

7 lines
86 B
Bash
Executable file

#!/bin/sh -eu
cd "$(dirname "$0")" || exit 1
cargo update
cd vrc-get-gui
npm update