Skip to content

Commit

Permalink
Yoinks gajim.json
Browse files Browse the repository at this point in the history
  • Loading branch information
quardbreak committed Nov 6, 2023
1 parent 8a67574 commit 0676ed2
Showing 1 changed file with 53 additions and 0 deletions.
53 changes: 53 additions & 0 deletions bucket/gajim.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
{
"version": "1.8.3",
"description": "An instant messaging client for the XMPP protocol which uses the GTK toolkit.",
"homepage": "https://gajim.org/",
"license": "GPL-3.0-only",
"architecture": {
"64bit": {
"url": "https://gajim.org/downloads/1.8/Gajim-Portable-1.8.3-64bit.exe#/dl.7z",
"hash": "1a5dedc9ddd309d9c11af9c50983102007d1c147ccba819ebd3ac3278b2c4581"
}
},
"bin": [
[
"bin\\Gajim.exe",
"gajim",
"-c $dir\\UserData"
]
],
"shortcuts": [
[
"bin\\Gajim.exe",
"Gajim",
"-c $dir\\UserData"
],
[
"bin\\Gajim-Debug.exe",
"Gajim (Debug)",
"-c $dir\\UserData"
]
],
"post_install": [
"Remove-Item \"$dir\\`$PLUGINSDIR\" -Recurse",
"if (!(Test-Path \"$dir\\UserData\\*\") -and (Test-Path \"$env:APPDATA\\Gajim\")) {",
" info '[Portable Mode]: Copying user data...'",
" Copy-Item \"$env:APPDATA\\Gajim\\*\" \"$dir\\UserData\" -Recurse",
"}"
],
"checkver": {
"url": "https://gajim.org/download/",
"regex": "<span class=\"label label-primary\">([\\d.]+)</span>"
},
"persist": [
"UserData",
"var\\cache"
],
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://gajim.org/downloads/$majorVersion.$minorVersion/Gajim-Portable-$version-64bit.exe#/dl.7z"
}
}
}
}

0 comments on commit 0676ed2

Please sign in to comment.