Skip to content

Commit

Permalink
syncmlviewer: Add version 1.4.0 (#14781)
Browse files Browse the repository at this point in the history
  • Loading branch information
okieselbach authored Jan 24, 2025
1 parent a81d7f1 commit 64fb598
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions bucket/syncmlviewer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"version": "1.4.0",
"description": "A small real time SyncML protocol Viewer",
"homepage": "https://github.com/okieselbach/SyncMLViewer",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/okieselbach/SyncMLViewer/releases/download/v1.4.0/SyncMLViewer-v140.zip",
"hash": "367f5e6f9ff98633b4e28d1f25ddb4fb5a6bb31faea5b86032285eff6f3f770f"
}
},
"bin": "SyncMLViewer.exe",
"shortcuts": [
[
"SyncMLViewer.exe",
"SyncMLViewer"
]
],
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/okieselbach/SyncMLViewer/releases/download/v$version/SyncMLViewer-v$cleanVersion.zip"
}
}
}
}

0 comments on commit 64fb598

Please sign in to comment.