Skip to content

Commit

Permalink
abricotine: Add version 1.0.0 (#4453)
Browse files Browse the repository at this point in the history
Co-authored-by: Jakub Čábera <cabera.jakub@gmail.com>
  • Loading branch information
ChungZH and Ash258 authored Jul 27, 2020
1 parent 306a82d commit 9231a0f
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions bucket/abricotine.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
{
"version": "1.0.0",
"description": "Markdown editor with inline preview",
"homepage": "https://abricotine.brrd.fr",
"license": "GPL-3.0-only",
"architecture": {
"64bit": {
"url": "https://github.com/brrd/abricotine/releases/download/1.0.0/abricotine-setup-win32-x64.exe#/dl.7z",
"hash": "b393bcccd29ce7a2b97dfc54c7168ceb5b8d76689b85c316363f140907f30ff2",
"pre_install": [
"Get-ChildItem \"$dir\" -Exclude '*full.nupkg' | Remove-Item -Recurse",
"Expand-7zipArchive \"$dir\\abricotine-$version-full.nupkg\" -ExtractDir 'lib\\net45' -Removal"
]
}
},
"bin": "abricotine.exe",
"shortcuts": [
[
"abricotine.exe",
"Abricotine"
]
],
"checkver": {
"github": "https://github.com/brrd/abricotine"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/brrd/abricotine/releases/download/$version/abricotine-setup-win32-x64.exe#/dl.7z"
}
}
}
}

0 comments on commit 9231a0f

Please sign in to comment.