mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 15:21:18 +00:00
* (fix) fix git symlink related error #3471 Having the app point directly to the git-filter-repo file instead of the symbolic link * Suggest git Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com>
This commit is contained in:
parent
c4cfe2f264
commit
6ce33e9e60
@ -4,18 +4,14 @@
|
||||
"homepage": "https://github.com/newren/git-filter-repo",
|
||||
"license": "MIT",
|
||||
"suggest": {
|
||||
"Git": "git",
|
||||
"Python 3": "python"
|
||||
},
|
||||
"url": "https://github.com/newren/git-filter-repo/archive/v2.38.0.zip",
|
||||
"hash": "b8c76eac0a20a0bac47d0321c5093f4a5d50f6312273c3f3a7d9a60791378212",
|
||||
"pre_install": "Move-Item \"$dir\\git-filter-repo-*\\*\" \"$dir\"; Remove-Item \"$dir\\git-filter-repo-*\"",
|
||||
"post_install": "Copy-Item \"$dir\\git-filter-repo\" \"$dir\\contrib\\filter-repo-demos\" | Out-Null",
|
||||
"bin": [
|
||||
[
|
||||
"git_filter_repo.py",
|
||||
"git-filter-repo"
|
||||
]
|
||||
],
|
||||
"bin": "git-filter-repo",
|
||||
"checkver": "github",
|
||||
"autoupdate": {
|
||||
"url": "https://github.com/newren/git-filter-repo/archive/v$version.zip"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user