mirror of
https://github.com/RetroDECK/org.ppsspp.PPSSPP.git
synced 2024-11-22 21:55:38 +00:00
Newer commit to fix git clone, and back to 1.11.3 manually
This commit is contained in:
parent
1dbc0bfdab
commit
9c342dbbfe
|
@ -62,8 +62,13 @@
|
||||||
{
|
{
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/hrydgard/ppsspp.git",
|
"url": "https://github.com/hrydgard/ppsspp.git",
|
||||||
"tag": "v1.11.3",
|
"commit": "036efc24ae3367dc88c5e4455ab493556babe454"
|
||||||
"disable-shallow-clone": true
|
},
|
||||||
|
{
|
||||||
|
"type": "shell",
|
||||||
|
"commands": [
|
||||||
|
"git checkout v1.11.3"
|
||||||
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "script",
|
"type": "script",
|
||||||
|
|
Loading…
Reference in a new issue