Skip to content

Commit

Permalink
escrcpy: Update to version 1.23.2
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Sep 8, 2024
1 parent 60fcd5c commit c21a11d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions bucket/escrcpy.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.22.4",
"version": "1.23.2",
"description": "Graphical Scrcpy to display and control Android, devices powered by Electron.",
"homepage": "https://github.com/viarotel-org/escrcpy",
"license": {
Expand All @@ -8,16 +8,16 @@
},
"architecture": {
"64bit": {
"url": "https://github.com/viarotel-org/escrcpy/releases/download/v1.22.4/Escrcpy-1.22.4-win-setup-x64.exe#/dl.7z",
"hash": "80c856e6dc29342009e1901f474dedfbfe06408d53886b1e4a2dfc4b303cb9c7",
"url": "https://github.com/viarotel-org/escrcpy/releases/download/v1.23.2/Escrcpy-1.23.2-win-setup-x64.exe#/dl.7z",
"hash": "3d278c024d13acef6f611d1e121e3cecbe5c69402f270c6b1843e1c702b8a882",
"pre_install": [
"Expand-7zipArchive \"$dir\\`$PLUGINSDIR\\app-64.7z\" \"$dir\"",
"Remove-Item \"$dir\\`$PLUGINSDIR\", \"$dir\\`$R0\" -Force -Recurse"
]
},
"arm64": {
"url": "https://github.com/viarotel-org/escrcpy/releases/download/v1.22.4/Escrcpy-1.22.4-win-setup-arm64.exe#/dl.7z",
"hash": "d88ca4b2b2d1d76138d11e4a3461db9d3fd3e840b9e48e6b34c310dfba2fc9c6",
"url": "https://github.com/viarotel-org/escrcpy/releases/download/v1.23.2/Escrcpy-1.23.2-win-setup-arm64.exe#/dl.7z",
"hash": "e7ab49fb5834b78a4bc4b1eadf2f9656c54cfcaa107a2dd4cb86246ced00900f",
"pre_install": [
"Expand-7zipArchive \"$dir\\`$PLUGINSDIR\\app-arm64.7z\" \"$dir\"",
"Remove-Item \"$dir\\`$PLUGINSDIR\", \"$dir\\`$R0\" -Force -Recurse"
Expand Down

0 comments on commit c21a11d

Please sign in to comment.