looper/setup.sh

6 lines
135 B
Bash
Raw Normal View History

#!/bin/bash
pushd "$(dirname "$0")/subprojects/vgmstream"
git apply ../../vgmstream.patch
2024-12-18 13:09:07 -08:00
git submodule update --init --recursive
popd