mirror of
https://github.com/RetroDECK/org.zdoom.GZDoom.git
synced 2025-01-19 12:45:38 +00:00
Submodules updated
Some checks are pending
Build gzdoom Artifacts for RetroDECK / Building_RetroDECK-gzdoom (push) Waiting to run
Some checks are pending
Build gzdoom Artifacts for RetroDECK / Building_RetroDECK-gzdoom (push) Waiting to run
This commit is contained in:
parent
6f03ec5a6c
commit
c25646e605
|
@ -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
|
Loading…
Reference in a new issue