Skip to content

Commit

Permalink
pcsx2, pcsx2-dev: Fix autoupdate and persist (#1282)
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreiVernon authored Dec 11, 2024
1 parent 2cec54f commit 2e62c71
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
1 change: 1 addition & 0 deletions bucket/pcsx2-dev.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@
"covers",
"gamesettings",
"inis",
"inputprofiles",
"logs",
"memcards",
"snaps",
Expand Down
9 changes: 5 additions & 4 deletions bucket/pcsx2.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "2.0.2",
"version": "2.2.0",
"description": "A feature rich FOSS PlayStation 2 emulator",
"homepage": "https://pcsx2.net/",
"license": {
Expand All @@ -14,8 +14,8 @@
"suggest": {
"Microsoft Visual C++ Runtime 2022": "extras/vcredist2022"
},
"url": "https://github.com/PCSX2/pcsx2/releases/download/v2.0.2/pcsx2-v2.0.2-windows-x64-Qt.7z",
"hash": "daf7a4025a90b8ff646f50469ad35765a6b4cee183c78fb08a9eb5343cbf6938",
"url": "https://github.com/PCSX2/pcsx2/releases/download/v2.2.0/pcsx2-v2.2.0-windows-x64-Qt.7z",
"hash": "6215d72ae28f4be839edc7664f9763e5c0db092d6f311ae4f3160109e5c3754a",
"pre_install": [
"if (!(Test-Path \"$persist_dir\")) {",
" New-item \"$persist_dir\" -ItemType Directory | Out-Null",
Expand All @@ -38,6 +38,7 @@
"cheats_ws",
"cheats",
"inis",
"inputprofiles",
"logs",
"memcards",
"shaders\\GSdx_FX_Settings.ini",
Expand All @@ -48,7 +49,7 @@
"github": "https://github.com/PCSX2/pcsx2/"
},
"autoupdate": {
"url": "https://github.com/PCSX2/pcsx2/releases/download/v$version/pcsx2-$version-binaries.7z",
"url": "https://github.com/PCSX2/pcsx2/releases/download/v$version/pcsx2-v$version-windows-x64-Qt.7z",
"extract_dir": "PCSX2 $version"
}
}

0 comments on commit 2e62c71

Please sign in to comment.