Skip to content

Commit

Permalink
pixelflasher: Add version 7.7.1.0 (#14369)
Browse files Browse the repository at this point in the history
  • Loading branch information
difranca authored Nov 27, 2024
1 parent f18aa3d commit cd6f714
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions bucket/pixelflasher.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
{
"version": "7.7.1.0",
"description": "Pixel phone flashing GUI utility with features",
"homepage": "https://github.com/badabing2005/PixelFlasher",
"license": "GPL-3.0-or-later",
"architecture": {
"64bit": {
"url": "https://github.com/badabing2005/PixelFlasher/releases/download/v7.7.1.0/PixelFlasher.exe",
"hash": "99b439988dfa1cd51037b85822c01cbc4de44c57bd033998c04d524b9e7ac307"
}
},
"shortcuts": [
[
"PixelFlasher.exe",
"PixelFlasher"
]
],
"suggest": {
"adb": "main/adb"
},
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/badabing2005/PixelFlasher/releases/download/v$version/PixelFlasher.exe",
"hash": {
"url": "$url.sha256",
"find": "$sha256"
}
}
}
}
}

0 comments on commit cd6f714

Please sign in to comment.