Skip to content

Commit

Permalink
gitbutler-nightly: Add version 0.5.404
Browse files Browse the repository at this point in the history
  • Loading branch information
Vixb1122 authored Apr 14, 2024
1 parent 9962369 commit 787d04c
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions bucket/gitbutler-nightly.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"version": "0.5.404",
"description": "A Git client for simultaneous branches on top of your existing workflow.",
"homepage": "https://gitbutler.com/",
"license": "FSL-1.1-MIT",
"architecture": {
"64bit": {
"url": "https://releases.gitbutler.com/releases/nightly/0.5.404-818/windows/x86_64/GitButler%20Nightly_0.5.404_x64_en-US.msi",
"hash": "2ce512ba0581274d4d7300053e765d8029e035a30ae79996c5a1423312089822",
"extract_dir": "PFiles/GitButler Nightly"
}
},
"shortcuts": [
[
"GitButler Nightly.exe",
"GitButler Nightly"
]
],
"checkver": {
"url": "https://app.gitbutler.com/downloads",
"regex": "releases/nightly/([\\d.-]+)-(?<Build>[\\d]+)"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://releases.gitbutler.com/releases/nightly/$version-$matchBuild/windows/x86_64/GitButler%20Nightly_$version_x64_en-US.msi"
}
}
}
}

0 comments on commit 787d04c

Please sign in to comment.