Skip to content

Commit

Permalink
ptags: Add extract_dir to fix installation (#5241)
Browse files Browse the repository at this point in the history
* Update ptags.json to adjust extract_dir as per latest upstream changes

* Clean up target folder after extracting

---------

Co-authored-by: tech189 <dlloyd189@gmail.com>
  • Loading branch information
sarvex and tech189 authored Dec 1, 2023
1 parent 171b1fd commit 3a62e6b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bucket/ptags.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
"hash": "0259df12c4f7a9d55e5f0b1817da166306f3e4407fa5721d757255a535453d30"
}
},
"extract_dir": "target\\x86_64-pc-windows-msvc\\release",
"pre_install": "Remove-Item \"$dir\\target\" -Recurse -ErrorAction SilentlyContinue",
"bin": "ptags.exe",
"checkver": "github",
"autoupdate": {
Expand Down

0 comments on commit 3a62e6b

Please sign in to comment.