Skip to content

Commit

Permalink
flowus: Add version 1.1.6 (Close #716)
Browse files Browse the repository at this point in the history
Signed-off-by: Chawye Hsu <[email protected]>
  • Loading branch information
chawyehsu committed Sep 19, 2023
1 parent 7f6b375 commit 7232ac1
Showing 1 changed file with 47 additions and 0 deletions.
47 changes: 47 additions & 0 deletions bucket/flowus.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
{
"homepage": "https://flowus.cn/",
"description": "A new generation of knowledge management and collaboration platform.",
"version": "1.1.6",
"license": "Proprietary",
"architecture": {
"64bit": {
"url": "https://desktopdownload.flowus.cn/production/windows/x64/FlowUs%20Setup%201.1.6.exe#/dl.7z",
"hash": "003476c8361b595ab49aec1130b6f418e57b0447749d2bd9be1649204ecc6d5f",
"installer": {
"script": "Expand-7zipArchive \"$dir\\`$PLUGINSDIR\\app-64.7z\" \"$dir\""
}
},
"32bit": {
"url": "https://desktopdownload.flowus.cn/production/windows/ia32/FlowUs%20Setup%201.1.6.exe#/dl.7z",
"hash": "8b12cb1b3b57b96be90fb8420e201600135af84407baf670be12d59fd3f51ba8",
"installer": {
"script": "Expand-7zipArchive \"$dir\\`$PLUGINSDIR\\app-32.7z\" \"$dir\""
}
}
},
"post_install": [
"@('$PLUGINSDIR', '$R0') | ForEach-Object {",
" Remove-Item \"$dir\\$_\" -Recurse -Force",
"}"
],
"shortcuts": [
[
"FlowUs.exe",
"FlowUs"
]
],
"checkver": {
"url": "https://flowus.cn/download",
"regex": "winVersion\":\"([\\d.]+)\""
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://desktopdownload.flowus.cn/production/windows/x64/FlowUs%20Setup%20$version.exe#/dl.7z"
},
"32bit": {
"url": "https://desktopdownload.flowus.cn/production/windows/ia32/FlowUs%20Setup%20$version.exe#/dl.7z"
}
}
}
}

0 comments on commit 7232ac1

Please sign in to comment.