-
Notifications
You must be signed in to change notification settings - Fork 1.4k
/
localsend.json
36 lines (36 loc) · 1.02 KB
/
localsend.json
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
{
"version": "1.16.1",
"description": "Share files to nearby devices. An open source cross-platform alternative to AirDrop.",
"homepage": "https://localsend.org/",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/localsend/localsend/releases/download/v1.16.1/LocalSend-1.16.1-windows-x86-64.zip",
"hash": "4d9bd4639476c0e4d00dd9da30b7ca78a1dc6e3dafc69e2e8862fdafcc23e163"
}
},
"bin": [
"localsend_app.exe",
[
"localsend_app.exe",
"localsend"
]
],
"shortcuts": [
[
"localsend_app.exe",
"LocalSend"
]
],
"persist": "settings.json",
"checkver": {
"github": "https://github.com/localsend/localsend"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/localsend/localsend/releases/download/v$version/LocalSend-$version-windows-x86-64.zip"
}
}
}
}