kidonng / sushi

🍣 A tasty and inclusive Scoop bucket
The Unlicense
75 stars 22 forks source link

tencent-meeting@3.5.6.416: decompress error #43

Closed tille1229 closed 2 years ago

tille1229 commented 2 years ago

Out-File: D:\Applications\Scoop\apps\scoop\current\lib\core.ps1:482 Line | 482 | Out-File -FilePath $LogPath -Encoding Default -Append -InputO … | ~~~~~~~~~~~~~ | Could not find a part of the path 'D:\Applications\Scoop\apps\tencent-meeting\3.5.6.416\$5\7zip.log'.

Out-File: D:\Applications\Scoop\apps\scoop\current\lib\core.ps1:483 Line | 483 | Out-File -FilePath $LogPath -Encoding Default -Append -InputO … | ~~~~~~~~~~~~~ | Could not find a part of the path 'D:\Applications\Scoop\apps\tencent-meeting\3.5.6.416\$5\7zip.log'.

ERROR Exit code was 2! Failed to extract files from D:\Applications\Scoop\apps\tencent-meeting\3.5.6.416\$5\weMeet.*.zip. Log file: D:\Applications\Scoop\apps\tencent-meeting\3.5.6.416\$5\7zip.log

Please try again or create a new issue by using the following link and paste your console output:

tille1229 commented 2 years ago
{
    "version": "3.6.5.404",
    "description": "Video conferencing app by Tencent",
    "homepage": "https://meeting.tencent.com/",
    "license": {
        "identifier": "EULA",
        "url": "https://meeting.tencent.com/declare.html"
    },
    "notes": "We don't persist your Tencent Meeting data, they are still storaged in \"$env:APPDATA\\Tencent\\WeMeet\".",
    "url": "https://updatecdn.meeting.qq.com/cos/68dd01dcb9ae8bc5e4aba09d524c1441/TencentMeeting_0300000000_3.6.5.404.publish.exe#/dl.7z",
    "hash": "md5:68dd01dcb9ae8bc5e4aba09d524c1441",
    "installer": {
        "script": [
            "Copy-Item (Join-Path $dir '$_9_\\*') -Destination  $dir -Recurse",
            "New-Item HKCU:\\SOFTWARE\\Tencent\\WeMeet | Out-Null",
            "New-ItemProperty HKCU:\\SOFTWARE\\Tencent\\WeMeet -Name 'Dependence' -Value (Join-Path $dir $version) | Out-Null",
            "Remove-Item (Join-Path $dir '$PLUGINSDIR') -Recurse",
            "Remove-Item (Join-Path $dir '$TEMP') -Recurse",
            "Remove-Item (Join-Path $dir '$WINDIR') -Recurse",
            "Remove-Item (Join-Path $dir '$_9_') -Recurse",
        "Move-Item (Join-Path $dir '*') -Destination (Join-Path $dir '..\\appData')",
        "Move-Item (Join-Path $dir '..\\appData') -Destination (Join-Path $dir '\\' $version)",
        "Copy-Item (Join-Path $dir $version 'wemeetapp.exe') -Destination (Join-Path $dir 'wemeetapp.exe' )",
    ]
    },
    "uninstaller": {
        "script": "Remove-Item HKCU:\\SOFTWARE\\Tencent\\WeMeet | Out-Null"
    },
    "shortcuts": [
        [
            "wemeetapp.exe",
            "腾讯会议"
        ]
    ],
    "checkver": {
        "url": "https://api.xuann.wang/api/tencent-meeting",
        "regex": "([\\d.]+) (?<url>.+)"
    },
    "autoupdate": {
        "url": "$matchUrl",
        "hash": {
            "url": "https://api.xuann.wang/api/tencent-meeting?hash=1"
        }
    }
}