Skip to content

Commit

Permalink
Adds AyuGram
Browse files Browse the repository at this point in the history
  • Loading branch information
quardbreak committed Oct 23, 2023
1 parent 03cd797 commit 6730909
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions bucket/ayugram.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"version": "4.10.2",
"description": "Desktop Telegram client with good customization and Ghost mode.",
"homepage": "https://github.com/AyuGram/AyuGramDesktop",
"license": {
"identifier": "GPL-3.0-only",
"url": "https://github.com/AyuGram/AyuGramDesktop/blob/dev/LICENSE"
},
"url": "https://github.com/AyuGram/AyuGramDesktop/releases/download/v4.10.2/AyuGram.zip",
"hash": "22243c18f6654f588db4a6a56e736727beb0719578ffdd51a10cb4b436d4a87e",
"pre_install": "if (Test-Path \"$persist_dir\\log.txt\") { Copy-Item \"$persist_dir\\log.txt\" \"$dir\\\" }",
"pre_uninstall": "if (Test-Path \"$dir\\log.txt\") { Copy-Item \"$dir\\log.txt\" \"$persist_dir\\\" }",
"bin": [
[
"AyuGram.exe",
"AyuGram"
]
],
"shortcuts": [
[
"AyuGram.exe",
"AyuGram"
]
],
"persist": "tdata",
"checkver": {
"github": "https://github.com/AyuGram/AyuGramDesktop"
},
"autoupdate": {
"url": "https://github.com/AyuGram/AyuGramDesktop/releases/download/v$version/AyuGram.zip"
}
}

0 comments on commit 6730909

Please sign in to comment.