Skip to content

Commit

Permalink
add typora-dev since version 1.10.5-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
refack committed Feb 22, 2025
1 parent fe53444 commit 6a566f5
Showing 1 changed file with 39 additions and 0 deletions.
39 changes: 39 additions & 0 deletions bucket/typora-dev.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
{
"version": "1.10.5-dev",
"description": "A minimal Markdown editor and reader",
"homepage": "https://typora.io",
"license": {
"identifier": "Proprietary",
"url": "https://support.typora.io/License-Agreement/"
},
"architecture": {
"64bit": {
"url": "https://download.typora.io/windows/typora-setup-x64-1.10.5-dev.exe",
"hash": "eb289de43f0a4c6e3ea4a873d11f5f9cd5059e56101f9972ca7c9dc18c3c1ff6"
}
},
"innosetup": true,
"bin": [
[
"Typora.exe",
"typora-dev"
]
],
"shortcuts": [
[
"Typora.exe",
"Typora (dev)"
]
],
"checkver": {
"url": "https://typora.io/releases/dev",
"regex": "<h2>([\\d.]+-dev)"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://download.typora.io/windows/typora-setup-x64-$version.exe"
}
}
}
}

0 comments on commit 6a566f5

Please sign in to comment.