looper/setup.sh
Zachary Hall cb77a54635
Some checks failed
Build / build-android (push) Waiting to run
Build / build-windows (push) Waiting to run
Build / build-gentoo (push) Successful in 2m17s
Build / get-source-code (push) Failing after 3m26s
Build / build-appimage (push) Has been cancelled
Add source code bundle creation workflow
2024-10-20 14:56:24 -07:00

4 lines
95 B
Bash
Executable file

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