mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-21 21:45:39 +00:00
Updated submodules
This commit is contained in:
parent
9efdce870f
commit
faa218f4dd
2
.gitmodules
vendored
2
.gitmodules
vendored
|
@ -3,4 +3,4 @@
|
|||
url = https://github.com/flathub/shared-modules.git
|
||||
[submodule "rd-submodules/retroarch"]
|
||||
path = rd-submodules/retroarch
|
||||
url = https://github.com/flathub/org.libretro.RetroArch.git
|
||||
url = https://github.com/flathub/org.libretro.RetroArch
|
||||
|
|
15
force-update-submodules.sh
Normal file
15
force-update-submodules.sh
Normal file
|
@ -0,0 +1,15 @@
|
|||
#!/bin/bash
|
||||
|
||||
git submodule deinit --all
|
||||
rm rd-submodules/retroarch
|
||||
git rm -rf --cached rd-submodules/retroarch
|
||||
rm -rf .git/modules/rd-submodules/retroarch
|
||||
rm -rf shared-modules
|
||||
git rm -rf --cached shared-modules
|
||||
rm -rf .git/modules/shared-modules
|
||||
|
||||
git submodule init
|
||||
git submodule add https://github.com/flathub/shared-modules.git
|
||||
git submodule add https://github.com/flathub/org.libretro.RetroArch rd-submodules/retroarch
|
||||
|
||||
git submodule update --remote --merge --recursive
|
|
@ -1 +1 @@
|
|||
Subproject commit 882bd49bfa2fa09e79fc7685a60c65e1b8e2d0f9
|
||||
Subproject commit 0b1cfb79e591e10488a3262d6b38db843c39a409
|
|
@ -1,3 +0,0 @@
|
|||
#!/bin/bash
|
||||
|
||||
git submodule update --remote --merge --recursive
|
Loading…
Reference in a new issue