-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
579aaac
commit f6ab68b
Showing
138 changed files
with
572 additions
and
581 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
{ | ||
"version": "1.1.49", | ||
"description": "64Gram (unofficial Telegram Desktop)", | ||
"homepage": "https://github.com/Weidows/tdesktop", | ||
"license": { | ||
"identifier": "GPL-3.0-or-later", | ||
"url": "https://github.com/TDesktop-x64/tdesktop?tab=License-1-ov-file#readme" | ||
}, | ||
"notes": "Disable anti redirect", | ||
"architecture": { | ||
"64bit": { | ||
"url": "https://ghp.ci/https://github.com/Weidows/tdesktop/releases/download/v1.1.49/Telegram_x64-v1.1.49.zip", | ||
"hash": "487bb276eedae69899e956c3aa99b9e6083ee14a8739412784e355a9af4f31ba" | ||
}, | ||
"32bit": { | ||
"url": "https://ghp.ci/https://github.com/Weidows/tdesktop/releases/download/v1.1.49/Telegram_Win32-v1.1.49.zip", | ||
"hash": "b24af05a879de4ac91d43fe5f9a01906e25065c5e1a43f6ce809fc043a80471b" | ||
} | ||
}, | ||
"shortcuts": [ | ||
[ | ||
"Telegram.exe", | ||
"64Gram" | ||
] | ||
], | ||
"persist": "tdata", | ||
"checkver": { | ||
"github": "https://github.com/Weidows/tdesktop" | ||
}, | ||
"autoupdate": { | ||
"architecture": { | ||
"64bit": { | ||
"url": "https://ghp.ci/https://github.com/Weidows/tdesktop/releases/download/v$version/Telegram_x64-v$version.zip" | ||
}, | ||
"32bit": { | ||
"url": "https://ghp.ci/https://github.com/Weidows/tdesktop/releases/download/v$version/Telegram_Win32-v$version.zip" | ||
} | ||
}, | ||
"hash": { | ||
"mode": "download" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,59 +1,17 @@ | ||
{ | ||
"version": "6.7.0", | ||
"description": "阿里云盘是一款速度快、不打扰、够安全、易于分享的网盘,由阿里巴巴集团出品", | ||
"version": "6.7.3", | ||
"description": "阿里云盘是一款速度快、不打扰、够安全、易于分享的网盘", | ||
"homepage": "https://www.aliyundrive.com/", | ||
"license": "Unknown", | ||
"url": "https://scoop-proxy.233366.xyz/https://cdn.aliyundrive.net/downloads/apps/desktop/update/6.7.0/win32/x64/aDrive-6.7.0.exe#/dl.7z", | ||
"hash": "9921e482658bbb7e2576223f4df685b9906b0239561b3864a9bd86ae12c1db4a", | ||
"installer": { | ||
"script": [ | ||
"# handle runtime cache", | ||
"if (!(Test-Path $persist_dir)) {", | ||
" New-Item $persist_dir -Type Directory -Force | Out-Null", | ||
"}", | ||
"$runtimeCache = \"$env:APPDATA\\aDrive\"", | ||
"$runtimeCachePersist = \"$persist_dir\\appdata\"", | ||
"if (Test-Path $runtimeCachePersist) {", | ||
" Remove-Item $runtimeCache -Force -Recurse -ErrorAction SilentlyContinue", | ||
" New-Item -Type Junction -Path $runtimeCache -Target $runtimeCachePersist | Out-Null", | ||
"} else {", | ||
" if (Test-Path $runtimeCache) {", | ||
" Move-Item $runtimeCache $runtimeCachePersist -Force", | ||
" New-Item -Type Junction -Path $runtimeCache -Target $runtimeCachePersist | Out-Null", | ||
" }", | ||
"}" | ||
] | ||
}, | ||
"uninstaller": { | ||
"script": [ | ||
"$runtimeCache = \"$env:APPDATA\\aDrive\"", | ||
"$runtimeCachePersist = \"$persist_dir\\appdata\"", | ||
"if (!(Test-Path $runtimeCachePersist)) {", | ||
" Move-Item $runtimeCache $runtimeCachePersist -Force", | ||
"} else {", | ||
" Remove-Item $runtimeCache -Force -Recurse -ErrorAction SilentlyContinue", | ||
"}" | ||
] | ||
}, | ||
"license": "BSD-3-Clause", | ||
"url": "https://cdn.aliyundrive.net/downloads/apps/desktop/aDrive-6.7.3.exe#/dl.7z", | ||
"post_install": [ | ||
"Remove-Item \"$dir\\`$PLUGINSDIR\" -Force -Recurse", | ||
"Remove-Item \"$dir\\`$TEMP\" -Force -Recurse" | ||
], | ||
"shortcuts": [ | ||
[ | ||
"aDrive.exe", | ||
"阿里云盘" | ||
] | ||
], | ||
"post_install": [ | ||
"Remove-Item -Force -Recurse \"$dir\\`$PLUGINSDIR\"", | ||
"Remove-Item -Force -Recurse \"$dir\\`$TEMP\"" | ||
], | ||
"checkver": { | ||
"url": "https://www.aliyundrive.com/desktop/version/update.json", | ||
"regex": "/([\\d.]+)" | ||
}, | ||
"autoupdate": { | ||
"url": "https://scoop-proxy.233366.xyz/https://cdn.aliyundrive.net/downloads/apps/desktop/update/$version/win32/x64/aDrive-$version.exe#/dl.7z", | ||
"hash": { | ||
"url": "https://ghp.ci/https://raw.githubusercontent.com/microsoft/winget-pkgs/master/manifests/a/Alibaba/aDrive/$version/Alibaba.aDrive.installer.yaml", | ||
"regex": "$sha256" | ||
} | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.