mirror of
https://github.com/RetroDECK/org.ppsspp.PPSSPP.git
synced 2025-04-10 19:15:18 +00:00
Use full clone
This commit is contained in:
parent
f60f600b51
commit
0b8089ce2b
|
@ -1,6 +1,5 @@
|
||||||
{
|
{
|
||||||
"app-id": "org.ppsspp.PPSSPP",
|
"app-id": "org.ppsspp.PPSSPP",
|
||||||
"branch": "stable",
|
|
||||||
"runtime": "org.freedesktop.Platform",
|
"runtime": "org.freedesktop.Platform",
|
||||||
"runtime-version": "1.6",
|
"runtime-version": "1.6",
|
||||||
"sdk": "org.freedesktop.Sdk",
|
"sdk": "org.freedesktop.Sdk",
|
||||||
|
@ -38,7 +37,8 @@
|
||||||
{
|
{
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/hrydgard/ppsspp.git",
|
"url": "https://github.com/hrydgard/ppsspp.git",
|
||||||
"commit": "v1.4.2"
|
"commit": "v1.4.2",
|
||||||
|
"disable-shallow-clone": true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "file",
|
"type": "file",
|
||||||
|
|
Loading…
Reference in a new issue