Skip to content

Commit

Permalink
armcord scoop app
Browse files Browse the repository at this point in the history
bc the original app installs in Appdata/Local by default which is a lil annoying so we made a scoop app
  • Loading branch information
majokko authored Apr 26, 2022
1 parent d709a6e commit 9f83d8a
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions bucket/armcord.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"homepage": "https://github.com/ArmCord/ArmCord",
"description": "ArmCord is a custom client designed to enhance your Discord experience while keeping everything lightweight.",
"version": "3.0.5",
"license": "OSL-3.0",
"architecture": {
"64bit": {
"url": "https://github.com/ArmCord/ArmCord/releases/download/v3.0.5/ArmCord-Setup-3.0.5.exe#/armcord-3.0.5.7z",
"hash": "cc8391f98139195ea2ab79aa9ad3e439b9bc1eceb9a32cfe67788c38e4b0638c",
"pre_install": [
"Expand-7zipArchive \"$dir\\`$PLUGINSDIR\\app-64.7z\" \"$dir\"",
"Remove-Item \"$dir\\`$*\", \"$dir\\Uninst*\" -Recurse"
]
}
},
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/ArmCord/ArmCord/releases/download/v$version/ArmCord-Setup-$version.exe#/armcord-$version.7z",
"hash": "cc8391f98139195ea2ab79aa9ad3e439b9bc1eceb9a32cfe67788c38e4b0638c"
}
}
}
}

1 comment on commit 9f83d8a

@majokko
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

pre-install script taken from #ScoopInstaller/Scoop#4624 (comment)

Please sign in to comment.