looper/setup.sh
Zachary Hall 74139d6e90
Some checks failed
Build / build-gentoo (push) Failing after 2m18s
Build / build-appimage (push) Successful in 3m33s
Build / build-android (push) Failing after 3m31s
Fix missing executable bit in setup.sh
2024-10-20 13:12:03 -07:00

4 lines
94 B
Bash
Executable file

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