Skip to content

Commit

Permalink
DS4Windows: Switch to maintained fork
Browse files Browse the repository at this point in the history
  • Loading branch information
Daviteusz committed Oct 16, 2024
1 parent 7446fc8 commit fe6a2a7
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions bucket/ds4windows.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
{
"version": "3.3.3",
"version": "3.9.1",
"description": "Allows to get the best experience while using a DualShock 4 on PC.",
"homepage": "https://ryochan7.github.io/ds4windows-site/",
"license": "MIT",
"homepage": "https://github.com/schmaldeo/DS4Windows",
"license": "GPLv3",
"notes": "ViGEmBus is required for DS4Windows to work. You can install it within the app.",
"suggest": {
".NET Desktop Runtime": "extras/windowsdesktop-runtime"
},
"architecture": {
"64bit": {
"url": "https://github.com/Ryochan7/DS4Windows/releases/download/v3.3.3/DS4Windows_3.3.3_x64.zip",
"hash": "cf5619bcb51b82e4e1765276e9f67fb1e2d23dff968a653657acf35bafff8bf4"
"url": "https://github.com/schmaldeo/DS4Windows/releases/download/v3.9.1/DS4Windows_3.9.1_x64.zip",
"hash": "2C8E3A23D3738A2DC0880BE51D83BB7775C2A5C7461141804C7F113B18FE23BB"
},
"32bit": {
"url": "https://github.com/Ryochan7/DS4Windows/releases/download/v3.3.3/DS4Windows_3.3.3_x86.zip",
"hash": "5d2a287b6dd5e8da8f9d9ee058bce12880d3d5a90752aa6a3e5769baaacadca2"
"url": "https://github.com/schmaldeo/DS4Windows/releases/download/v3.9.1/DS4Windows_3.9.1_x86.zip",
"hash": "25364C9A446BA9095D7A88434ABF5D851F57CD270C5625A7DAC9FE86572EB005"
}
},
"extract_dir": "DS4Windows",
Expand Down Expand Up @@ -63,15 +63,15 @@
"Profiles.xml"
],
"checkver": {
"github": "https://github.com/Ryochan7/DS4Windows"
"github": "https://github.com/schmaldeo/DS4Windows"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/Ryochan7/DS4Windows/releases/download/v$version/DS4Windows_$version_x64.zip"
"url": "https://github.com/schmaldeo/DS4Windows/releases/download/v$version/DS4Windows_$version_x64.zip"
},
"32bit": {
"url": "https://github.com/Ryochan7/DS4Windows/releases/download/v$version/DS4Windows_$version_x86.zip"
"url": "https://github.com/schmaldeo/DS4Windows/releases/download/v$version/DS4Windows_$version_x86.zip"
}
}
}
Expand Down

0 comments on commit fe6a2a7

Please sign in to comment.