mirror of
https://github.com/RetroDECK/org.zdoom.GZDoom.git
synced 2025-01-19 12:45:38 +00:00
XargonWan
c25646e605
Some checks are pending
Build gzdoom Artifacts for RetroDECK / Building_RetroDECK-gzdoom (push) Waiting to run
6 lines
246 B
Bash
Executable file
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 |