Skip to content

Commit 43e0970

Browse files
altsendme@0.6.0: fix shortcut, update license field
1 parent 5866b27 commit 43e0970

1 file changed

Lines changed: 8 additions & 5 deletions

File tree

bucket/altsendme.json

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
{
22
"version": "0.6.0",
3-
"description": "A peer-to-peer file transfer tool that sends files directly without using cloud storage.",
4-
"homepage": "https://www.altsendme.com/en",
5-
"license": "AGPL-3.0-only",
3+
"description": "Send files and folders anywhere in the world without storing in cloud - any size, any format, no accounts, no restrictions.",
4+
"homepage": "https://www.altsendme.com/",
5+
"license": {
6+
"identifier": "AGPL-3.0-only",
7+
"url": "https://github.com/tonyantony300/alt-sendme/blob/main/LICENSE"
8+
},
69
"architecture": {
710
"64bit": {
811
"url": "https://github.com/tonyantony300/alt-sendme/releases/download/v0.6.0/AltSendme_0.6.0_x64-setup.exe#/dl.7z",
@@ -12,8 +15,8 @@
1215
"post_install": "Remove-Item \"$dir\\`$*\", \"$dir\\Uninstall*\" -Force -Recurse -ErrorAction Ignore",
1316
"shortcuts": [
1417
[
15-
"alt-sendme.exe",
16-
"Alt-Sendme"
18+
"AltSendme.exe",
19+
"AltSendme"
1720
]
1821
],
1922
"checkver": {

0 commit comments

Comments
 (0)