Skip to content

Commit

Permalink
biglybt-np: Fix installation
Browse files Browse the repository at this point in the history
  • Loading branch information
issaclin32 authored Aug 21, 2022
1 parent 18da2cc commit 9a33286
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions bucket/biglybt-np.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"##": "We install to $dir\\install instead of just $dir because for some reason, Scoop has trouble removing $dir upon uninstallation.",
"version": "3.1.0.0",
"homepage": "https://www.biglybt.com/",
"description": "BitTorrent client.",
Expand All @@ -14,12 +15,7 @@
}
},
"installer": {
"args": [
"-q",
"-dir \"$dir\\install\""
],
"##": "For some reason, Scoop fails to remove the installer once installation is complete.",
"keep": true
"script": "Start-Process -Wait \"$dir\\setup.exe\" -ArgumentList @('-q', \"-dir `\"$dir\\install`\"\") | Out-Null"
},
"post_install": [
"Remove-Item \"$dir\\setup.exe\"",
Expand All @@ -30,7 +26,6 @@
"file": "install\\uninstall.exe",
"args": "-q"
},
"##": "We install to $dir\\install instead of just $dir because for some reason, Scoop has trouble removing $dir upon uninstallation.",
"bin": "install\\BiglyBT.exe",
"shortcuts": [
[
Expand Down

0 comments on commit 9a33286

Please sign in to comment.