Skip to content

Commit

Permalink
wealthfolio: Update to version 1.0.21, update homepage, remove custom…
Browse files Browse the repository at this point in the history
… installation steps
  • Loading branch information
aliesbelik committed Nov 15, 2024
1 parent 46dc38d commit ad2cfe3
Showing 1 changed file with 7 additions and 17 deletions.
24 changes: 7 additions & 17 deletions bucket/wealthfolio.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,15 @@
{
"version": "1.0.13",
"description": "Wealthfolio is a wealth management tool designed to help users track and manage their financial portfolios.",
"homepage": "https://github.com/afadil/wealthfolio",
"version": "1.0.21",
"description": "A wealth management tool designed to help users track and manage their financial portfolios.",
"homepage": "https://wealthfolio.app/",
"license": "LGPL-3.0",
"architecture": {
"64bit": {
"url": "https://github.com/afadil/wealthfolio/releases/download/v1.0.13/Wealthfolio_1.0.13_x64-setup.exe",
"hash": "04cc870f69c66d833efef820f5ca886c6c9b73a10efb28c0bd4954496285d653",
"installer": {
"args": [
"/S",
"/D=$dir"
]
}
"url": "https://github.com/afadil/wealthfolio/releases/download/v1.0.21/Wealthfolio_1.0.21_x64-setup.exe/#dl.7z",
"hash": "d5fa8541ecdfc7143590a5f77bc8380c1244aba0da571e1ff08254564fcf6f48"
}
},
"bin": "Wealthfolio.exe",
"post_install": "Remove-Item \"$dir\\`$PLUGINSDIR\", \"$dir\\uninstall.exe\" -Force -Recurse",
"shortcuts": [
[
"Wealthfolio.exe",
Expand All @@ -28,12 +22,8 @@
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/afadil/wealthfolio/releases/download/v$version/Wealthfolio_$version_x64-setup.exe"
"url": "https://github.com/afadil/wealthfolio/releases/download/v$version/Wealthfolio_$version_x64-setup.exe/#dl.7z"
}
},
"hash": {
"url": "$url",
"mode": "download"
}
}
}

0 comments on commit ad2cfe3

Please sign in to comment.