doggo: Fix bin path (#5976)

This commit is contained in:
Thomas Bilk 2024-07-08 04:07:08 +02:00 committed by GitHub
parent 34c3844473
commit e450db7bf8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,11 +6,13 @@
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/mr-karan/doggo/releases/download/v1.0.4/doggo_1.0.4_Windows_x86_64.zip", "url": "https://github.com/mr-karan/doggo/releases/download/v1.0.4/doggo_1.0.4_Windows_x86_64.zip",
"hash": "45ee5a6971f4523ec72068ad584d0d46271b26431d361d422c2f156640cba5a3" "hash": "45ee5a6971f4523ec72068ad584d0d46271b26431d361d422c2f156640cba5a3",
"extract_dir": "doggo_1.0.4_Windows_x86_64"
}, },
"32bit": { "32bit": {
"url": "https://github.com/mr-karan/doggo/releases/download/v1.0.4/doggo_1.0.4_Windows_i386.zip", "url": "https://github.com/mr-karan/doggo/releases/download/v1.0.4/doggo_1.0.4_Windows_i386.zip",
"hash": "bf7ea30195cdd1e83300311bd73a255dc70bf98a4005305ac6287355a6fb9a09" "hash": "bf7ea30195cdd1e83300311bd73a255dc70bf98a4005305ac6287355a6fb9a09",
"extract_dir": "doggo_1.0.4_Windows_i386"
} }
}, },
"bin": "doggo.exe", "bin": "doggo.exe",
@ -20,10 +22,12 @@
"autoupdate": { "autoupdate": {
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/mr-karan/doggo/releases/download/v$version/doggo_$version_Windows_x86_64.zip" "url": "https://github.com/mr-karan/doggo/releases/download/v$version/doggo_$version_Windows_x86_64.zip",
"extract_dir": "doggo_$version_Windows_x86_64"
}, },
"32bit": { "32bit": {
"url": "https://github.com/mr-karan/doggo/releases/download/v$version/doggo_$version_Windows_i386.zip" "url": "https://github.com/mr-karan/doggo/releases/download/v$version/doggo_$version_Windows_i386.zip",
"extract_dir": "doggo_$version_Windows_i386"
} }
}, },
"hash": { "hash": {