gpth: Add version 3.4.3 (#6614)

This commit is contained in:
oxjihun 2025-03-10 22:33:25 +09:00 committed by GitHub
parent 42fac39a23
commit e215a5a2a6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

21
bucket/gpth.json Normal file
View File

@ -0,0 +1,21 @@
{
"version": "3.4.3",
"description": "Script that organizes the Google Takeout archive into one big chronological folder",
"homepage": "https://github.com/TheLastGimbus/GooglePhotosTakeoutHelper",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/TheLastGimbus/GooglePhotosTakeoutHelper/releases/download/v3.4.3/gpth-windoza.exe#/gpth.exe",
"hash": "a36ef8b546e381a05f47b2762bc17819148dbf9984e03ac979db3b2c4963d18d"
}
},
"bin": "gpth.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/TheLastGimbus/GooglePhotosTakeoutHelper/releases/download/v$version/gpth-windoza.exe#/gpth.exe"
}
}
}
}