Skip to content

Commit

Permalink
✨ feat(tencent-meeting.json): add mani file
Browse files Browse the repository at this point in the history
  • Loading branch information
RecursiveMaple committed Feb 9, 2024
1 parent c950d5d commit 72bf23b
Showing 1 changed file with 52 additions and 0 deletions.
52 changes: 52 additions & 0 deletions bucket/tencent-meeting.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
{
"version": "3.24.2.407",
"description": "VooV Meeting, An Expert in Conferencing",
"homepage": "https://meeting.tencent.com",
"license": {
"identifier": "Freeware",
"url": "https://meeting.tencent.com/declare.html"
},
"url": "https://updatecdn.meeting.qq.com/cos/d122f552311a19c56e3cf2e6317830cf/TencentMeeting_0300000000_3.24.2.407.publish.officialwebsite.exe#/dl.7z",
"hash": "md5:d122f552311a19c56e3cf2e6317830cf",
"installer": {
"script": [
"Import-Module $(Join-Path $(Find-BucketDirectory -Root -Name ox) scripts/DoradoUtils.psm1)",
"Mount-ExternalRuntimeData -Source \"$persist_dir\" -Target \"$env:APPDATA\\Tencent\\WeMeet\"",
"Remove-Module -Name DoradoUtils",
"Rename-Item -Path \"$dir\\`$_*\" -NewName \"$version\" -Force",
"Remove-Item \"$dir\\`$*\" -Recurse -Force -ErrorAction SilentlyContinue",
"Remove-Item \"$dir\\wemeetapp_new.exe\" -Force -ErrorAction SilentlyContinue",
"create_startmenu_shortcuts $manifest $original_dir $global $architecture",
"$manifest.shortcuts = @()"
]
},
"shortcuts": [
[
"wemeetapp.exe",
"Tencent Meeting"
]
],
"uninstaller": {
"script": [
"Import-Module $(Join-Path $(Find-BucketDirectory -Root -Name ox) scripts/DoradoUtils.psm1)",
"Dismount-ExternalRuntimeData -Target \"$env:APPDATA\\Tencent\\WeMeet\"",
"Remove-Module -Name DoradoUtils"
]
},
"checkver": {
"url": "https://meeting.tencent.com/web-service/query-download-info?q=%5B%7B%22package-type%22:%22app%22,%22channel%22:%220300000000%22,%22platform%22:%22windows%22%7D%5D&nonce=AAAAAAAAAAAAAAAA",
"script": [
"$script:ver = json_path $page '$.info-list[0].version'",
"$script:matchesHashtable = @{'url' = json_path $page '$.info-list[0].url'}",
"$script:regexp = $null"
]
},
"autoupdate": {
"url": "$matchUrl#/dl.7z",
"hash": {
"jsonpath": "$.info-list[0].md5",
"mode": "json",
"url": "https://meeting.tencent.com/web-service/query-download-info?q=%5B%7B%22package-type%22:%22app%22,%22channel%22:%220300000000%22,%22platform%22:%22windows%22%7D%5D&nonce=AAAAAAAAAAAAAAAA"
}
}
}

0 comments on commit 72bf23b

Please sign in to comment.