looper/setup.sh
Zachary Hall b7d04bec65
Some checks failed
Build / build-android (push) Waiting to run
Build / build-windows (push) Waiting to run
Build / build-appimage (push) Waiting to run
Build / build-gentoo (push) Successful in 1m5s
Build / get-source-code (push) Has been cancelled
Add source code bundle creation workflow
2024-10-20 15:12:03 -07:00

4 lines
95 B
Bash
Executable file

#!/bin/bash
pushd "$(dirname "$0")/subprojects/vgmstream"
git apply ../../vgmstream.patch
popd