org.zdoom.GZDoom/update_from_upstream.sh
XargonWan c25646e605
Some checks are pending
Build gzdoom Artifacts for RetroDECK / Building_RetroDECK-gzdoom (push) Waiting to run
Submodules updated
2024-10-29 11:21:16 +09:00

6 lines
246 B
Bash
Executable file

#!/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 merge FETCH_HEAD # Merge the fetched changes into your current branch