Submodules updated
Some checks are pending
Build gzdoom Artifacts for RetroDECK / Building_RetroDECK-gzdoom (push) Waiting to run

This commit is contained in:
XargonWan 2024-10-29 11:21:16 +09:00
parent 6f03ec5a6c
commit c25646e605

View file

@ -1,4 +1,6 @@
#!/bin/bash #!/bin/bash
git submodule init
git submodule update
git fetch https://github.com/flathub/org.zdoom.GZDoom master # Fetch the latest changes from the remote master branch git fetch https://github.com/flathub/org.zdoom.GZDoom master # Fetch the latest changes from the remote master branch
git merge FETCH_HEAD # Merge the fetched changes into your current branch git merge FETCH_HEAD # Merge the fetched changes into your current branch