-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Expand file tree
/
Copy pathrclone-manager.json
More file actions
45 lines (45 loc) · 1.64 KB
/
rclone-manager.json
File metadata and controls
45 lines (45 loc) · 1.64 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"version": "0.2.4",
"description": "A powerful, cross-platform GUI for managing Rclone remotes with style and ease.",
"homepage": "https://zarestia-dev.github.io/rclone-manager/",
"license": "GPL-3.0-or-later",
"suggest": {
"Microsoft Edge WebView2": "extras/webview2"
},
"architecture": {
"64bit": {
"url": "https://github.com/Zarestia-Dev/rclone-manager/releases/download/v0.2.4/RClone.Manager_0.2.4_x64-setup.exe#/dl.7z",
"hash": "adfb0416fbbe7906871a775241e34eb87ec1ec2b9e14cd3153294fd8426b994f"
},
"arm64": {
"url": "https://github.com/Zarestia-Dev/rclone-manager/releases/download/v0.2.4/RClone.Manager_0.2.4_arm64-setup.exe#/dl.7z",
"hash": "c1c2b0833f23371daaafafe8b11b8cb5fc70f100968df3e9ebb8f715712ea504"
}
},
"pre_install": "Remove-Item \"$dir\\`$PLUGINSDIR\", \"$dir\\uninstall.exe\" -Force -Recurse",
"bin": [
[
"rclone-manager.exe",
"rclone-manager"
]
],
"shortcuts": [
[
"rclone-manager.exe",
"Rclone Manager"
]
],
"checkver": {
"github": "https://github.com/Zarestia-Dev/rclone-manager"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/Zarestia-Dev/rclone-manager/releases/download/v$version/RClone.Manager_$version_x64-setup.exe#/dl.7z"
},
"arm64": {
"url": "https://github.com/Zarestia-Dev/rclone-manager/releases/download/v$version/RClone.Manager_$version_arm64-setup.exe#/dl.7z"
}
}
}
}