Zachary Hall
9a1fc78248
Some checks failed
Build / build-gentoo (push) Failing after 1m7s
Build / download-system-deps (push) Successful in 3m31s
Build / get-source-code (push) Successful in 10m29s
Build / build-deb (push) Failing after 5m15s
Build / build-appimage (push) Successful in 4m41s
Build / build-android (push) Failing after 3m3s
Build / build-windows (push) Failing after 7m30s
5 lines
135 B
Bash
Executable file
5 lines
135 B
Bash
Executable file
#!/bin/bash
|
|
pushd "$(dirname "$0")/subprojects/vgmstream"
|
|
git apply ../../vgmstream.patch
|
|
git submodule update --init --recursive
|
|
popd
|