ppsspp-dev: Fix download link to be downloaded as 7z file (#550)

master
kiennq 2022-02-18 02:52:53 +09:00 committed by GitHub
parent a2076dca0c
commit b650596b7c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -5,7 +5,7 @@
"license": "GPL-2.0-or-later",
"architecture": {
"64bit": {
"url": "https://buildbot.orphis.net/ppsspp/index.php?m=dl&rev=v1.12.3-937-$commit&platform=windows-amd64",
"url": "https://buildbot.orphis.net/ppsspp/index.php?m=dl&rev=v1.12.3-937-$commit&platform=windows-amd64#/dl.7z",
"hash": "c273e1fb85c565cccc33754c6afc461528cede61b997b9523ca92d3848b2de93",
"bin": [
[
@ -21,7 +21,7 @@
]
},
"32bit": {
"url": "https://buildbot.orphis.net/ppsspp/index.php?m=dl&rev=v1.12.3-937-$commit&platform=windows-x86",
"url": "https://buildbot.orphis.net/ppsspp/index.php?m=dl&rev=v1.12.3-937-$commit&platform=windows-x86#/dl.7z",
"hash": "555938fd48cf5ae34afc0511f986834a91c24ec885fbb66114d24af223d36d7b",
"bin": [
[
@ -57,10 +57,10 @@
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://buildbot.orphis.net/ppsspp/index.php?m=dl&rev=v$matchBasever-$matchBuild-$commit&platform=windows-amd64"
"url": "https://buildbot.orphis.net/ppsspp/index.php?m=dl&rev=v$matchBasever-$matchBuild-$commit&platform=windows-amd64#/dl.7z"
},
"32bit": {
"url": "https://buildbot.orphis.net/ppsspp/index.php?m=dl&rev=v$matchBasever-$matchBuild-$commit&platform=windows-x86"
"url": "https://buildbot.orphis.net/ppsspp/index.php?m=dl&rev=v$matchBasever-$matchBuild-$commit&platform=windows-x86#/dl.7z"
}
}
}